Skip to content

fix wrong minibuffer size on prompt #52

fix wrong minibuffer size on prompt

fix wrong minibuffer size on prompt #52

Workflow file for this run

name: "CI"
on:
pull_request:
paths-ignore:
- '**.md'
- '**.org'
- '.dir-locals.el'
branches:
- master
push:
paths-ignore:
- '**.md'
- '**.org'
- '.dir-locals.el'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 25.1
- 25.2
- 25.3
- 26.1
- 26.2
- 26.3
- 27.1
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Check emacs version
run: emacs --version
- name: Test
run: make test