Skip to content

chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#531) #731

chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#531)

chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#531) #731

Workflow file for this run

name: Nix CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
name: Nix Build
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31.10.1
- name: Setup Nix GHA Cache
uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
- name: Nix files are formatted
run: nix develop --command bash -c "alejandra --check flake.nix ./nix/expert.nix"
- name: Build
run: nix build .#expert