Skip to content

chore(deps): Update actions/checkout action to v6.0.2 #127

chore(deps): Update actions/checkout action to v6.0.2

chore(deps): Update actions/checkout action to v6.0.2 #127

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Nix
uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
- 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Nix
uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
- name: Run clang-format
run: nix develop --command run_clang-format
- name: Check no changes
run: nix develop --command check_no_changes