Skip to content

PicturePro the Sequel: The Complete Rewrite #8

PicturePro the Sequel: The Complete Rewrite

PicturePro the Sequel: The Complete Rewrite #8

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Verify flake inputs
uses: DeterminateSystems/flake-checker-action@main
- name: Use Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run checks
run: nix flake check -L