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 898fde7 commit fd135cdCopy full SHA for fd135cd
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
node-version: 22.x
69
workspace: "${{ matrix.module }}"
70
- name: Code linting
71
- run: npm run lint:ci --workspace ${{ steps.npm-install.outputs.workspace_path }} --include-workspace-root
+ run: npm run lint:ci --workspace ${{ steps.npm-install.outputs.workspace_path }}
72
73
smoke-test:
74
# only run if there are modules to lint
0 commit comments