Skip to content

Commit

Permalink
Fix na ação de lint closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 authored Aug 3, 2021
1 parent b43e92a commit aac65dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eslintBackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn install

- name: revert changes into the yarn lock file
run: git checkout -- yarn.lock

- name: Run linters
uses: wearerequired/lint-action@v1
Expand Down

0 comments on commit aac65dd

Please sign in to comment.