diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4830866bd20f..5f85d810c8cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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