Skip to content

Commit

Permalink
update git clean fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Mar 27, 2023
1 parent 8c543b5 commit f3894a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -182,7 +182,7 @@ jobs:
run: make -j prepublish-prepare-dts lint-ci
- name: Ensure cwd does not contain uncommitted changes
run: |
node ./scripts/assert-dir-git-clean.js code-quality
node ./scripts/assert-dir-git-clean.js "prepublish-prepare-dts lint-ci"
test:
name: Test on Node.js # GitHub will add ${{ matrix.node-version }} to this title
Expand Down

0 comments on commit f3894a5

Please sign in to comment.