Skip to content

as least trying to fix it #29

as least trying to fix it

as least trying to fix it #29

Workflow file for this run

name: CD
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 failure on line 29 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CD

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 29, Col: 5): Unexpected value 'with'
check: load-file
file: init.el