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
2 changed files with 2 additions and 6 deletions

View File

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

View File

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