From cc6842c769eea6e9ba8cae47401ebc9b3cec933e Mon Sep 17 00:00:00 2001 From: AdrienWehrle Date: Wed, 11 Sep 2024 22:40:26 +0200 Subject: [PATCH] as least trying to fix it --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bc1e9d..daca76a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,6 @@ jobs: # ignore_warnings: ${{ matrix.ignore_warnings }} # warnings_as_errors: ${{ matrix.warkings_as_errors }} - uses: leotaku/elisp-check@master - with: - check: load-file - file: init.el + with: + check: load-file + file: init.el