mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
feat/fix: use updated eslint action (#3699)
This commit is contained in:
2
.github/workflows/test-cron.yml
vendored
2
.github/workflows/test-cron.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npm run lint
|
uses: icrawl/action-eslint@v1
|
||||||
|
|
||||||
typings:
|
typings:
|
||||||
name: TSLint
|
name: TSLint
|
||||||
|
|||||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -17,11 +17,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
uses: discordjs/action-eslint@v1
|
uses: icrawl/action-eslint@v1
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
job-name: ESLint
|
|
||||||
|
|
||||||
typings:
|
typings:
|
||||||
name: TSLint
|
name: TSLint
|
||||||
|
|||||||
Reference in New Issue
Block a user