Skip to content

Commit

Permalink
More CI fix haha
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Dec 2, 2024
1 parent ebc8ae8 commit 930f64f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches: main

defaults:
run:
shell: bash
working-directory: ./scripts

jobs:
linting:
name: Run linters
Expand All @@ -18,12 +23,10 @@ jobs:
node-version: 22

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

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

0 comments on commit 930f64f

Please sign in to comment.