Skip to content

Commit

Permalink
Merge pull request #241 from Marukome0743/pr241
Browse files Browse the repository at this point in the history
♻️ci: delete -y option
  • Loading branch information
Marukome0743 authored Apr 17, 2024
2 parents 14fb471 + 19ebe59 commit 19cb586
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 @@ -24,7 +24,7 @@ jobs:
run: rm bun.lockb yarn.lock

- name: Update dependencies
run: bun update -y
run: bun update

- name: Run Biome
run: bunx @biomejs/biome ci .
Expand Down

0 comments on commit 19cb586

Please sign in to comment.