Skip to content

Commit 9fc7418

Browse files
committed
Use eldev instead of make for linting
1 parent 7c4a010 commit 9fc7418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/lint-emacs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v2
5252

5353
- name: Lint the project
54-
run: make lint
54+
run: eldev lint -c
5555

5656
test:
5757

0 commit comments

Comments
 (0)