Skip to content

Commit 7132867

Browse files
committed
chore(ci): fix license validation CI step name
1 parent 4dbeb00 commit 7132867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
node ./bin/npm-cli.js install --ignore-scripts --no-audit
6464
node ./bin/npm-cli.js rebuild
65-
- name: Run linting
65+
- name: Validate licenses
6666
run: node ./bin/npm-cli.js run licenses
6767

6868
smoke-tests:

0 commit comments

Comments
 (0)