mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
ci: use the correct command
This commit is contained in:
parent
3ce60212e6
commit
fe71cecc2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-cron.yml
vendored
2
.github/workflows/lint-cron.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: eslint
|
- name: eslint
|
||||||
uses: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
typings-lint:
|
typings-lint:
|
||||||
name: typings-lint
|
name: typings-lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue