Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Dec 3, 2024
1 parent 032aa6a commit bccf89b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
node-version: 22

- name: Install Node.js dependencies
run: yarn --frozen-lockfile
run: npm install

- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
eslint_dir: backend/
prettier: true
prettier_dir: backend/
auto_fix: true

0 comments on commit bccf89b

Please sign in to comment.