Bump purcell/setup-emacs from 92ece5b58c04d4c154ca49b58413b5373bfa83d… #55
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: Test | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["**"] | |
jobs: | |
lint-and-test: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
emacs-version: | |
- 24.5 | |
- 25.3 | |
- 26.3 | |
- 27.2 | |
- 28.2 | |
- 29.4 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: purcell/setup-emacs@8b415d39876e1f55baeadbe408cc708e34ecb67a | |
with: | |
version: ${{ matrix.emacs-version }} | |
- uses: leotaku/elisp-check@6a1fc6b11ae66dda13859f8b3474a36dfe3ef225 | |
with: | |
file: rbs-mode.el | |
- uses: leotaku/elisp-check@6a1fc6b11ae66dda13859f8b3474a36dfe3ef225 | |
with: | |
check: ert | |
file: rbs-mode-test.el |