Skip to content

Commit

Permalink
Also check types and docs directories
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jun 1, 2024
1 parent 13b4532 commit d045607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: "Verify that the build is reproducible"
if: "startsWith(github.ref, 'refs/tags/v')"
shell: "bash"
run: '[ -z "$(git status --porcelain ./dist/)" ] || { git diff >&2; exit 1; }'
run: '[ -z "$(git status --porcelain ./types/ ./dist/ ./docs/)" ] || { git diff >&2; exit 1; }'
- name: "Upload dist artifact"
uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808"
with:
Expand Down

0 comments on commit d045607

Please sign in to comment.