Skip to content

Commit 77ea19c

Browse files
committed
Typo: actions.yml -> action.yml
1 parent e700cf9 commit 77ea19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/zizmor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ return {
2424
or vim.endswith(parent, '/.forgejo/workflows')
2525
or vim.endswith(parent, '/.gitea/workflows')
2626
or (vim.endswith(bufname, "/.github/dependabot.yml") or vim.endswith(bufname, "/.github/dependabot.yaml"))
27-
or vim.endswith(bufname, 'actions.yml') -- Composite actions can live in any repository subdirectory
27+
or vim.endswith(bufname, 'action.yml') -- Composite actions can live in any repository subdirectory
2828
then
2929
on_dir(parent)
3030
end

0 commit comments

Comments
 (0)