Skip to content

Fix issue where ctrlf--finalize doesn't push starting point mark when auto-recenter enabled #25

Fix issue where ctrlf--finalize doesn't push starting point mark when auto-recenter enabled

Fix issue where ctrlf--finalize doesn't push starting point mark when auto-recenter enabled #25

Workflow file for this run

name: CI
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [25, 26, 27, 28]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: CI
env:
VERSION: ${{ matrix.emacs_version }}
run: >-
make docker CMD="make lint"