Skip to content

Commit

Permalink
changelog yml adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jul 31, 2024
1 parent b26b8dc commit bac9312
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ on:
permissions: read-all

jobs:
lint-changelog:
check_diff:
runs-on: ubuntu-latest
steps:
- name: Check Changelog for changes
uses: tarides/changelog-check-action@v3
with:
changelog: CHANGELOG.md

lint_changelog:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit bac9312

Please sign in to comment.