Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

fix: Remove install directive in CMakeLists #99

fix: Remove install directive in CMakeLists

fix: Remove install directive in CMakeLists #99

Workflow file for this run

name: Changes check
on:
push:
branches:
- master
pull_request:
jobs:
diagram:
name: Diagram check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate diagram
run: ${{github.workspace}}/bin/generate_diagram.sh
- name: Check no changes
run: ${{github.workspace}}/bin/check_no_changes.sh