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 0d1bdc6 commit 81b1540
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 @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check that the CHANGELOG has been modified in the current branch
run: |
git checkout main
git checkout -
git diff --name-only main..${GITHUB_HEAD_REF}
git diff --name-only main..${GITHUB_HEAD_REF} | grep CHANGELOG
Expand Down

0 comments on commit 81b1540

Please sign in to comment.