Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as least trying to fix it
Browse files Browse the repository at this point in the history
AdrienWehrle committed Sep 11, 2024
1 parent cc6842c commit 44e5172
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 44e5172

Please sign in to comment.