Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #668

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #668

Workflow file for this run

name: emacs-lisp / main
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- uses: purcell/setup-emacs@c851e5408f2d2f657fa80375bbe3fb35029aa488
with:
version: 29.4
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.0.0
- name: Run exercism/emacs-lisp ci (runs tests) for all exercises
run: |
bash bin/stub-check
bash bin/test-examples