Skip to content

Merge pull request #42 from j-brady/figures #146

Merge pull request #42 from j-brady/figures

Merge pull request #42 from j-brady/figures #146

Workflow file for this run

name: Nix Tests
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- name: Check Formatting
run: |
nix run nixpkgs#alejandra -- -c ./**/*.nix