Skip to content

update readme for badge #8

update readme for badge

update readme for badge #8

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- emacs: 27.1
ts: false
lint: true
- emacs: snapshot
ts: true
lint: true
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs }}
- uses: actions/checkout@v4
- name: Install package-lint
run: emacs -Q -l .github/workflows/init.el -batch
--eval "(package-install 'package-lint)"
- name: Lint evangelion-theme
run: emacs -Q -l .github/workflows/init.el -batch
-f package-lint-batch-and-exit
evangelion-theme.el
- name: Byte-compile
run: emacs -Q -l .github/workflows/init.el -batch
-L .
--eval "(setq byte-compile-error-on-warn t)"
-f batch-byte-compile
*.el