Skip to content

Commit 6be642d

Browse files
committed
test(actions): fix typo in 'Code quality checker'.
1 parent fbcf5b0 commit 6be642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality_checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: DeterminateSystems/nix-installer-action@main
1717
- name: Check format of Nix files
1818
run: nix shell nixpkgs#alejandra --command alejandra -q -c .
19-
- name: Check format of Shell files
19+
- name: Check format of shell files
2020
run: nix shell nixpkgs#shfmt --command shfmt -d .
2121
- name: Check format of Lua files
2222
run: nix shell nixpkgs#stylua --command stylua -c .

0 commit comments

Comments
 (0)