Skip to content

style(tests): Fix include brackets in mock_model.hpp #95

style(tests): Fix include brackets in mock_model.hpp

style(tests): Fix include brackets in mock_model.hpp #95

Workflow file for this run

# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
# SPDX-License-Identifier: AGPL-3.0-or-later
name: OpenPFC CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix flake check --print-build-logs
- run: nix run .#test