Skip to content

Commit

Permalink
Backend: fix CI maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Dec 2, 2024
1 parent 25a8eab commit ebc8ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

- name: Install Node.js dependencies
run: yarn --cwd ./backend --frozen-lockfile

working-directory: ./backend

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

0 comments on commit ebc8ae8

Please sign in to comment.