We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b55fcf commit 71b42cbCopy full SHA for 71b42cb
.github/workflows/ci.common.yml
@@ -41,4 +41,4 @@ jobs:
41
run: npm run docker:stop:ci -- --filter=${{ inputs.package_name }}
42
43
- name: Run lint
44
- run: npm run lint
+ run: npm run lint -- --filter=${{ inputs.package_name }}
0 commit comments