Skip to content

Merge pull request #56 from emacs-twist/dependabot/github_actions/cac… #162

Merge pull request #56 from emacs-twist/dependabot/github_actions/cac…

Merge pull request #56 from emacs-twist/dependabot/github_actions/cac… #162

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
paths-ignore:
- '*.md'
- '*.org'
jobs:
check:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: make test