Skip to content

Commit

Permalink
ci: reset bun lockfile before autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 24, 2023
1 parent 2f09ab5 commit f15eade
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist
node_modules
coverage
bun.lockb
1 change: 1 addition & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix && pnpm vitest run --update
- run: git checkout HEAD test/fixtures/bun
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
with:
commit-message: "chore: apply automated lint fixes"
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ pnpm-lock.yaml
.yarn
**/.pnp.loader.mjs
**/.pnp.cjs
bun.lockb

0 comments on commit f15eade

Please sign in to comment.