Skip to content

Commit

Permalink
Fixed ESLint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 authored Aug 22, 2021
1 parent c6c2a1b commit a65dc5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/[email protected]
with:
fix: true
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint

0 comments on commit a65dc5b

Please sign in to comment.