Skip to content

feat(workflows): add evals #1

feat(workflows): add evals

feat(workflows): add evals #1

Workflow file for this run

name: "Eval (Checks)"
on:
push:
pull_request_target:
jobs:
wrangler:
name: wrangler
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- uses: "cachix/install-nix-action@V28"
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Build
run: nix build .#checks.x86_64-linux.wrangler