Skip to content

fix(deps-dev): bump the all group across 1 directory with 2 updates #409

fix(deps-dev): bump the all group across 1 directory with 2 updates

fix(deps-dev): bump the all group across 1 directory with 2 updates #409

Workflow file for this run

name: Nix
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: nix-${{ github.ref }}
cancel-in-progress: true
env:
# https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
nix:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14
- name: Check formatting
run: |
nix fmt .
git diff --exit-code
- run: nix flake check
- run: nix build
- run: nix run . -- --help