Skip to content

github: bump the github-dependencies group across 1 directory with 6 updates #157

github: bump the github-dependencies group across 1 directory with 6 updates

github: bump the github-dependencies group across 1 directory with 6 updates #157

Workflow file for this run

name: Nix
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
permissions: read-all
jobs:
check:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
runs-on: ${{ matrix.os }}
name: flake check
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix flake check -L --show-trace
fmt:
runs-on: ubuntu-latest
name: nix fmt
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix run nixpkgs#nixfmt-rfc-style -- --check flake.nix