Skip to content

chore(workflows/eval): add flake check #3

chore(workflows/eval): add flake check

chore(workflows/eval): add flake check #3

Workflow file for this run

name: "Eval"
on:
push:
branches: 'master'
pull_request_target:
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 .