Skip to content

Commit 3771027

Browse files
committed
Add debug flag to lint
1 parent 9fc7418 commit 3771027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: eldev lint -c
54+
run: eldev -d lint -c
5555

5656
test:
5757

0 commit comments

Comments
 (0)