Skip to content

Commit 29fafc7

Browse files
committed
Correct typo in workflow step name
Copy/paste error.
1 parent 74e3fe1 commit 29fafc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# package.json schema is draft-04, which is not supported by ajv-cli >=4.
4242
run: sudo npm install --global [email protected]
4343

44-
- name: Validate GitHub Actions workflows
44+
- name: Validate package.json
4545
run: |
4646
# See: https://github.com/ajv-validator/ajv-cli#readme
4747
ajv validate \

0 commit comments

Comments
 (0)