Skip to content

Implement dtrt-indent-set #36

Implement dtrt-indent-set

Implement dtrt-indent-set #36

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install dependencies (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get -y install emacs
- name: Install dependencies (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install emacs
- name: Build
run: |
emacs -Q --batch --load dtrt-indent.el --load dtrt-indent-test.el