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 ef4262d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
node-version: 22

- name: Install Node.js dependencies
run: yarn --frozen-lockfile
run: npm install && npm install -g eslint && npm install -g prettier

- name: Run linters
uses: wearerequired/lint-action@v2
with:
github_token: ${{ secrets.github_token }}
prettier: true
auto_fix: true

0 comments on commit ef4262d

Please sign in to comment.