Skip to content

Commit

Permalink
test(lint.yml): Use eask instead (emacs-lsp#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 19, 2023
1 parent d2abed2 commit 2cdb9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
git diff-tree --no-commit-id --name-only -r ${{ github.sha }} \
| grep \.el | grep -v \.dir-locals\.el \
| xargs -t -I^ cask emacs -q --batch ^ --eval "\
| xargs -t -I^ eask emacs -q --batch ^ --eval "\
(let ((require-final-newline t)) \
(require 'flycheck) \
(eval-buffer) \
Expand Down

0 comments on commit 2cdb9bc

Please sign in to comment.