Skip to content

Commit

Permalink
Add debug flag to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p4v4n committed Feb 13, 2024
1 parent 9fc7418 commit 3771027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v2

- name: Lint the project
run: eldev lint -c
run: eldev -d lint -c

test:

Expand Down

0 comments on commit 3771027

Please sign in to comment.