Skip to content

Commit

Permalink
ESLint action: try hallee/eslint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
plata authored Jan 3, 2020
1 parent f8e900a commit 563d99c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci --no-audit --prefer-offline
- uses: tinovyatkin/action-eslint@v1
- uses: hallee/eslint-action@master
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
check-name: eslint # this is the check name from above 👆 where to post annotations

0 comments on commit 563d99c

Please sign in to comment.