Path relative path to Elisp code for elisp-lint
CI is reporting a false negative because $@ is empty. This change should cause elisp-lint to run on all of the Elisp in the wpc/ directory.
This commit is contained in:
parent
76b1bcd59a
commit
fd804c7b6f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ let
|
|||
--batch \
|
||||
--load ${elispLintSrc}/elisp-lint.el \
|
||||
--funcall elisp-lint-files-batch \
|
||||
"$$@"
|
||||
./emacs/.emacs.d/wpc/*.el
|
||||
'';
|
||||
label = ":gnu: lint Emacs";
|
||||
depends_on = "init-emacs";
|
||||
|
|
Loading…
Reference in a new issue