We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e3fe1 commit 29fafc7Copy full SHA for 29fafc7
.github/workflows/check-npm.yml
@@ -41,7 +41,7 @@ jobs:
41
# package.json schema is draft-04, which is not supported by ajv-cli >=4.
42
run: sudo npm install --global [email protected]
43
44
- - name: Validate GitHub Actions workflows
+ - name: Validate package.json
45
run: |
46
# See: https://github.com/ajv-validator/ajv-cli#readme
47
ajv validate \
0 commit comments