Skip to content

Commit 6a3c55e

Browse files
committed
Correct step name in "Check npm" workflow
A copy/paste error resulted in a workflow step name that did not accurately describe the step.
1 parent 70959ea commit 6a3c55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
file-name: eslintrc-schema.json
6464

6565
# This schema is referenced by the package.json schema, so must also be accessible.
66-
- name: Download JSON schema for eslintrc.json
66+
- name: Download JSON schema for Prettier configuration file
6767
id: download-prettierrc-schema
6868
uses: carlosperate/download-file-action@v1
6969
with:

0 commit comments

Comments
 (0)