Skip to content

sce: Add automated profile with deterministic behavior #105

sce: Add automated profile with deterministic behavior

sce: Add automated profile with deterministic behavior #105

name: Pkl generated parity
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
generated-parity:
name: Generated files match Pkl
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Run flake generated parity check
run: nix run .#pkl-check-generated