Skip to content

Commit

Permalink
fixup! 👷(project) add git history and changelog checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Mar 26, 2024
1 parent 81b1540 commit ee87777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
fetch-depth: 0
- name: Check that the CHANGELOG has been modified in the current branch
run: |
git diff --name-only main..${GITHUB_HEAD_REF}
git diff --name-only main..${GITHUB_HEAD_REF} | grep CHANGELOG
git diff --name-only origin/main..origin/${GITHUB_HEAD_REF}
git diff --name-only origin/main..origin/${GITHUB_HEAD_REF} | grep CHANGELOG
lint-changelog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee87777

Please sign in to comment.