Skip to content

Commit

Permalink
Revert "Also check types and docs directories"
Browse files Browse the repository at this point in the history
This reverts commit d045607.
  • Loading branch information
hectorm committed Jun 2, 2024
1 parent 3081f2f commit 6a1cc96
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 ./types/ ./dist/ ./docs/)" ] || { git diff >&2; exit 1; }'
run: '[ -z "$(git status --porcelain ./dist/)" ] || { git diff >&2; exit 1; }'
- name: "Upload dist artifact"
if: "runner.os == 'Linux'"
uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808"
Expand Down

0 comments on commit 6a1cc96

Please sign in to comment.