Skip to content

Commit

Permalink
Add cyclic-types output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Aug 11, 2024
1 parent 4747db8 commit d768761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Ensure no files have changed
run: git add -A && git diff --exit-code
run: git add . && git diff --quiet && git diff --cached --quiet

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d768761

Please sign in to comment.