Skip to content

Add some better highlighting for marked dired items #49

Add some better highlighting for marked dired items

Add some better highlighting for marked dired items #49

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 24.1
- 24.5
- 25.1
- 25.3
- 26.1
- 26.3
- 27.1
- 27.2
- 28.1
- 28.2
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Run tests
run: './run-tests.sh'