Skip to content

Commit

Permalink
actions/format: fix bash
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 10, 2024
1 parent 06456dc commit 741eafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Format nix
run: nix fmt
- name: Format bash
run: nix run .#shfmt -- .
run: nix run .#shfmt -- . -w
- name: Format python
run: nix run .#ruff -- format
- name: Send PR
Expand Down

0 comments on commit 741eafa

Please sign in to comment.