Skip to content

Commit 71b42cb

Browse files
authored
Trying to fix CI (#303)
1 parent 8b55fcf commit 71b42cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: npm run docker:stop:ci -- --filter=${{ inputs.package_name }}
4242

4343
- name: Run lint
44-
run: npm run lint
44+
run: npm run lint -- --filter=${{ inputs.package_name }}

0 commit comments

Comments
 (0)