Skip to content

Document these.

Document these. #30

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install emacs
- name: Check Emacs version
run: emacs --version
- name: Test indentation
run: tools/test-indentation