Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an emacs lisp linter #12

Closed
wants to merge 17 commits into from
Closed
Prev Previous commit
Next Next commit
as least trying to fix it
  • Loading branch information
AdrienWehrle committed Sep 11, 2024
commit f98a5c6034502d03f2e9c45e3333bf03f61d9c6f
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -22,5 +22,6 @@ jobs:
- uses: leotaku/elisp-check@master
with:
file: init.el
check: load-file
ignore_warnings: ${{ matrix.ignore_warnings }}
warnings_as_errors: ${{ matrix.warkings_as_errors }}
Loading