diff --git a/.eslintignore b/.eslintignore index bcd39d4..007ea8a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ dist node_modules coverage -bun.lockb diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8ebc813..b71d5c2 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -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" diff --git a/.prettierignore b/.prettierignore index d883cf8..e13cec2 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,3 @@ pnpm-lock.yaml .yarn **/.pnp.loader.mjs **/.pnp.cjs -bun.lockb