Skip to content

Commit

Permalink
Testar workaround 2 para ação de lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 authored Aug 3, 2021
1 parent 81a1170 commit b43e92a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/eslintFrontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12

- name: Backup Yarn.lock to avoid changing it
run: cp yarn.lock yarn.lock.bak

- name: Change directory to frontend package
run: cd packages/frontend
Expand All @@ -34,8 +31,8 @@ jobs:
- name: Install Node.js dependencies
run: yarn install

- name: Restore yarn.lock backup
run: mv -f yarn.lock.bak yarn.lock
- name: Reset yarn.lock to its original state
run: git checkout -- yarn.lock

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

0 comments on commit b43e92a

Please sign in to comment.