Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jan 17, 2024
1 parent 2260603 commit 2c9b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run_install: true

- name: Lint code
run: pnpm format && bun lint:fix
run: pnpm format && pnpm lint:fix

- uses: stefanzweifel/git-auto-commit-action@v5
env:
Expand Down

0 comments on commit 2c9b94a

Please sign in to comment.