Skip to content

Commit

Permalink
Create changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Apr 22, 2024
1 parent 959db22 commit a0c6f99
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Changelog CI

on:
pull_request:
types: [ opened ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/[email protected]

0 comments on commit a0c6f99

Please sign in to comment.