Skip to content

Commit aa95ebf

Browse files
committed
fix: use consistent format
1 parent d6c3532 commit aa95ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
node-version: 22.x
6969
workspace: "${{ matrix.module }}"
7070
- name: Code linting
71-
run: npm run lint:ci -- ${{ steps.npm-install.outputs.workspace_path }}
71+
run: npm run lint:ci --workspace ${{ steps.npm-install.outputs.workspace_path }} --include-workspace-root
7272

7373
smoke-test:
7474
# only run if there are modules to lint

0 commit comments

Comments
 (0)