Skip to content

Commit

Permalink
ci: check if the code is of the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Oct 22, 2023
1 parent 2803dc7 commit 965391f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
apk add zip diffutils
l3build ctan
name: build package with l3build
- name: check if generated files are of latest version
run: |
git diff --exit-code
- uses: actions/upload-artifact@v2
with:
path: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
apk add zip diffutils
l3build ctan
name: build package
- name: check if generated files are of latest version
run: |
git diff --exit-code
- uses: actions/create-release@latest
id: create_release
env:
Expand Down

0 comments on commit 965391f

Please sign in to comment.