From aac65dd0987f9d7f94cffc63bc48c1a98b915bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Martos=20Harres?= Date: Tue, 3 Aug 2021 12:53:48 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20na=20a=C3=A7=C3=A3o=20de=20lint=20closes?= =?UTF-8?q?=20#23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eslintBackend.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/eslintBackend.yml b/.github/workflows/eslintBackend.yml index f7bef4c3d..fbced1f69 100644 --- a/.github/workflows/eslintBackend.yml +++ b/.github/workflows/eslintBackend.yml @@ -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