Skip to content

Add a custom face for dismissed notifications #40

Add a custom face for dismissed notifications

Add a custom face for dismissed notifications #40

Workflow file for this run

name: CI
on: [pull_request, push, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
emacs: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1]
steps:
- uses: actions/[email protected]
- uses: purcell/[email protected]
with:
version: ${{ matrix.emacs }}
- uses: leotaku/[email protected]
with:
file: ednc.el
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- run: |
sudo apt-get update
sudo apt-get install -y dbus-x11 emacs
dbus-launch emacs -Q --batch -L . -l test.el -f ert-run-tests-batch-and-exit