Skip to content

Make CMakeFiles.txt compatible with source files #67

Make CMakeFiles.txt compatible with source files

Make CMakeFiles.txt compatible with source files #67

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
- run: nix run .#test