Skip to content

Update Bard.el and keymapping for find-file #60

Update Bard.el and keymapping for find-file

Update Bard.el and keymapping for find-file #60

Workflow file for this run

name: CI
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
emacs_version:
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- snapshot
include:
- os: macos-latest
emacs_version: 28.1
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Check startup
run: ./test-startup.sh