Skip to content

Commit

Permalink
chore: update fixtures with autofix ci as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 16, 2023
1 parent 10e10b0 commit c16de18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix
run: pnpm run lint:fix && pnpm vitest run --update
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
with:
commit-message: "chore: apply automated lint fixes"

0 comments on commit c16de18

Please sign in to comment.