Skip to content

Commit fd135cd

Browse files
committed
fix: not needed
1 parent 898fde7 commit fd135cd

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 --workspace ${{ steps.npm-install.outputs.workspace_path }} --include-workspace-root
71+
run: npm run lint:ci --workspace ${{ steps.npm-install.outputs.workspace_path }}
7272

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

0 commit comments

Comments
 (0)