Bump purcell/setup-emacs from b2aa076508504d3794cc561c18f3fd7f110d9c2… #53
This file contains hidden or 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@92ece5b58c04d4c154ca49b58413b5373bfa83d8 | |
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 |