We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2abed2 commit 2cdb9bcCopy full SHA for 2cdb9bc
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
git diff-tree --no-commit-id --name-only -r ${{ github.sha }} \
29
| grep \.el | grep -v \.dir-locals\.el \
30
- | xargs -t -I^ cask emacs -q --batch ^ --eval "\
+ | xargs -t -I^ eask emacs -q --batch ^ --eval "\
31
(let ((require-final-newline t)) \
32
(require 'flycheck) \
33
(eval-buffer) \
0 commit comments