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 Apr 29, 2023
1 parent 1ebb249 commit 6827899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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 6827899

Please sign in to comment.