Skip to content

Commit

Permalink
as least trying to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Sep 11, 2024
1 parent 9cb1b46 commit 03bd3c0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
# - uses: purcell/setup-emacs@master
# with:
# version: ${{ matrix.emacs_version }}
# - uses: leotaku/elisp-check@master
# with:
# file: '*.el'
# check: load-file
# ignore_warnings: ${{ matrix.ignore_warnings }}
# warnings_as_errors: ${{ matrix.warkings_as_errors }}
- uses: leotaku/elisp-check@master
with:
file: '*.el'
check: load-file
ignore_warnings: ${{ matrix.ignore_warnings }}
warnings_as_errors: ${{ matrix.warkings_as_errors }}
with:
check: load-file
file: init.el

0 comments on commit 03bd3c0

Please sign in to comment.