Skip to content

Improve dev-test-build script #2

Improve dev-test-build script

Improve dev-test-build script #2

Workflow file for this run

name: "Check Codebase"
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Codebase"
uses: "actions/checkout@v4"
- name: "Install nix"
uses: "cachix/install-nix-action@v25"
with:
nix_path: "nixpkgs=channel:nixos-23.11"
- name: "Use magic Nix cache"
uses: "DeterminateSystems/magic-nix-cache-action@v4"
- name: "Check Application"
run: |
nix-shell --run "dev-test-build"