Improve forward and backward sexp nav functions, code cleaning #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: elisp-check | |
on: | |
pull_request: | |
push: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
emacs_version: | |
- 29.1 | |
- 29.2 | |
- 29.3 | |
- 29.4 | |
- release-snapshot | |
elisp-check: | |
- melpa | |
steps: | |
- name: Clone vhdl-ts-mode | |
uses: actions/checkout@v4 | |
- name: Set up Emacs | |
uses: purcell/setup-emacs@master | |
with: | |
version: ${{ matrix.emacs_version }} | |
- name: elisp-checks | |
uses: leotaku/elisp-check@master | |
with: | |
check: ${{ matrix.elisp-check }} | |
file: vhdl-ts-mode.el | |