Skip to content

chore(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 #396

chore(deps): bump DeterminateSystems/nix-installer-action from 14 to 15

chore(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 #396

Workflow file for this run

---
name: Format
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nix-flake-check:
name: Nix Flake Check
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # v15
- name: Checkout
uses: actions/checkout@v4
- run: nix flake check