Skip to content

Revert "REVERT-ME: Disable cachix as a binary-cache" #166

Revert "REVERT-ME: Disable cachix as a binary-cache"

Revert "REVERT-ME: Disable cachix as a binary-cache" #166

Workflow file for this run

# SPDX-FileCopyrightText: 2022-2023 TII (SSRC) and the Ghaf contributors
#
# SPDX-License-Identifier: Apache-2.0
name: check
on:
pull_request:
branches:
- main
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v24
- name: Check .nix formatting
run: nix fmt -- --fail-on-change
- name: Check reuse lint
run: nix develop --command reuse lint
- name: Check nix flake show runs successfully
run: nix flake show