Skip to content

chore(deps): Update cachix/install-nix-action action to v31.10.6 #130

chore(deps): Update cachix/install-nix-action action to v31.10.6

chore(deps): Update cachix/install-nix-action action to v31.10.6 #130

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: "Unit tests"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Install Nix
uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 # v31.10.0
- name: Run tests
run: nix develop --command run_unit_tests
clang-format:
name: "Run clang-format"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Install Nix
uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 # v31.10.0
- name: Run clang-format
run: nix develop --command run_clang-format
- name: Check no changes
run: nix develop --command check_no_changes