Skip to content

ci: run workflows correctly for PRs #18

ci: run workflows correctly for PRs

ci: run workflows correctly for PRs #18

Workflow file for this run

name: "Eval"
on:
push:
branches: 'master'
pull_request:
branches: 'master'
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- uses: "cachix/install-nix-action@V28"
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Check formatting
run: nix fmt -- -c .