Bump actions/checkout from cd7d8d697e10461458bc61a30d094dc601a8b017 to 1d96c772d19495a3b5c517cd2bc0cb401ea0529f #397
Workflow file for this run
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: emacs-lisp / main | |
on: | |
push: | |
branches: [master, main] | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
ci: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: purcell/setup-emacs@ac5a5667ef01c598f55e66e0b0abdad5d825daf8 | |
with: | |
version: 28.2 | |
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.0.0 | |
- name: Run exercism/emacs-lisp ci (runs tests) for all exercises | |
run: | | |
bash bin/stub-check | |
bash bin/test-examples |