Skip to content

refactor: use pkgs.writeShellApplication #15

refactor: use pkgs.writeShellApplication

refactor: use pkgs.writeShellApplication #15

Workflow file for this run

name: Build and test example flake
on:
pull_request:
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix run .#check-local