Skip to content

Commit 2cdb9bc

Browse files
authored
test(lint.yml): Use eask instead (#4264)
1 parent d2abed2 commit 2cdb9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git diff-tree --no-commit-id --name-only -r ${{ github.sha }} \
2929
| grep \.el | grep -v \.dir-locals\.el \
30-
| xargs -t -I^ cask emacs -q --batch ^ --eval "\
30+
| xargs -t -I^ eask emacs -q --batch ^ --eval "\
3131
(let ((require-final-newline t)) \
3232
(require 'flycheck) \
3333
(eval-buffer) \

0 commit comments

Comments
 (0)