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 43d675a commit 4970ad2Copy full SHA for 4970ad2
.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: 18
22
23
- name: 🧹 Check code formatting with Prettier
24
- run: find . -name package.json -maxdepth 2 -type f -execdir npm run format:check ';'
+ run: find . -name package.json -maxdepth 2 -type f -execdir npm run format:check ';+'
25
26
- name: 👕 Lint Node.js code with ESLint
27
- run: find . -name package.json -maxdepth 2 -type f -execdir npm run lint ';'
+ run: find . -name package.json -maxdepth 2 -type f -execdir npm run lint ';+'
0 commit comments