File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 }}
71+ env :
72+ WORKSPACE_PATH : ${{ steps.npm-install.outputs.workspace_path }}
73+ run : npm run lint:ci
7274
7375 smoke-test :
7476 # only run if there are modules to lint
Original file line number Diff line number Diff line change 1212 "test:ci" : " npm run test -- --runInBand --coverage" ,
1313 "format" : " prettier --write package.json \" packages/**/*.ts\" " ,
1414 "lint" : " eslint --fix package.json \" packages/**/*.ts\" " ,
15- "lint:ci" : " eslint package.json \" . /**/*.ts\" --max-warnings=0" ,
15+ "lint:ci" : " eslint package.json \" ${WORKSPACE_PATH} /**/*.ts\" --max-warnings=0" ,
1616 "update-deps" : " npm-check-updates --workspaces --root -u" ,
1717 "validate-engine" : " ls-engines"
1818 },
You can’t perform that action at this time.
0 commit comments