Skip to content

chore(deps): bump cachix/install-nix-action from 31.4.0 to 31.5.1 #50

chore(deps): bump cachix/install-nix-action from 31.4.0 to 31.5.1

chore(deps): bump cachix/install-nix-action from 31.4.0 to 31.5.1 #50

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Ryan Cao <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
name: Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # ratchet:cachix/install-nix-action@v31
- name: Check
run: nix build --print-build-logs '.#checks.x86_64-linux.nixfmt'
reuse:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # ratchet:cachix/install-nix-action@v31
- name: Check
run: nix build --print-build-logs '.#checks.x86_64-linux.reuse'