From 03bd3c0b06cd3cee7612660eb23276e7f50b685e Mon Sep 17 00:00:00 2001 From: AdrienWehrle Date: Wed, 11 Sep 2024 22:39:58 +0200 Subject: [PATCH] as least trying to fix it --- .github/workflows/main.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347b965..8bc1e9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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