diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9c9bc597d7a9f5a0bd5208f3ad85313b8a276bc1..9ec7b4b9b7404e7c4580426d28b92ef34adb9d76 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,13 +17,9 @@ jobs: ./scripts/install.sh yarn - name: Run linters - uses: wearerequired/lint-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - eslint: true - eslint_dir: frontend/ - eslint_extensions: js,ts,jsx,tsx - eslint_args: "--max-warnings 0 --ignore-path .gitignore" + run: | + cd frontend + yarn lint lint_be: name: Lint BE runs-on: ubuntu-latest