mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm run lint
|
||||
uses: icrawl/action-eslint@v1
|
||||
|
||||
typings:
|
||||
name: TSLint
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -17,11 +17,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Run ESLint
|
||||
uses: discordjs/action-eslint@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
job-name: ESLint
|
||||
uses: icrawl/action-eslint@v1
|
||||
|
||||
typings:
|
||||
name: TSLint
|
||||
|
||||
Reference in New Issue
Block a user