Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed May 19, 2024
1 parent 29023c2 commit 9423dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shfmt -i 2 -d bin config/{.bin,.config/zsh} install
- name: nix
cmd: |
curl -sfL -o nixfmt https://github.com/NixOS/nixfmt/releases/download/v0.5.0/nixfmt-x86_64-linux
curl -sfL -o nixfmt https://github.com/NixOS/nixfmt/releases/download/v0.5.0/nixfmt
chmod +x ./nixfmt
./nixfmt .
git diff --exit-code
Expand Down

0 comments on commit 9423dcc

Please sign in to comment.