From 44e5172faa1ebf354d87dc4d643a62617dac508a Mon Sep 17 00:00:00 2001 From: AdrienWehrle Date: Wed, 11 Sep 2024 22:43:32 +0200 Subject: [PATCH] as least trying to fix it --- .github/workflows/main.yml | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index daca76a..5db0bb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,27 +5,8 @@ on: [push] jobs: CD: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - emacs_version: - - 29.4 - include: - - emacs_version: snapshot - ignore_warnings: false - warnings_as_errors: false steps: - # - uses: actions/checkout@v2 - # - 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: - check: load-file - file: init.el + - uses: leotaku/elisp-check@master + with: + check: load-file + file: init.el