feat/fix: use updated eslint action (#3699)

This commit is contained in:
Crawl 2020-01-16 12:59:03 +01:00 committed by GitHub
parent d77229f423
commit d096e40f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -19,7 +19,7 @@ jobs:
run: npm install
- name: Run ESLint
run: npm run lint
uses: icrawl/action-eslint@v1
typings:
name: TSLint

View file

@ -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