Bump purcell/setup-emacs from 7a92187aa5b5a3b854cbdfa47499fbd3d120716… #35
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: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
emacs-version: | |
- 24.5 | |
- 25.3 | |
- 26.3 | |
- 27.2 | |
- 28.2 | |
- 29.3 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: purcell/setup-emacs@b2aa076508504d3794cc561c18f3fd7f110d9c2d | |
with: | |
version: ${{ matrix.emacs-version }} | |
- uses: leotaku/elisp-check@6a1fc6b11ae66dda13859f8b3474a36dfe3ef225 |