We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcf5b0 commit 6be642dCopy full SHA for 6be642d
.github/workflows/code_quality_checker.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: DeterminateSystems/nix-installer-action@main
17
- name: Check format of Nix files
18
run: nix shell nixpkgs#alejandra --command alejandra -q -c .
19
- - name: Check format of Shell files
+ - name: Check format of shell files
20
run: nix shell nixpkgs#shfmt --command shfmt -d .
21
- name: Check format of Lua files
22
run: nix shell nixpkgs#stylua --command stylua -c .
0 commit comments