docs: convert from qdoc to Doxygen #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2023 Pier Luigi Fiorini <[email protected]> | |
# SPDX-License-Identifier: CC0-1.0 | |
name: CI | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
tags: | |
- v* | |
pull_request: | |
branches: | |
- master | |
- develop | |
jobs: | |
build-qt6: | |
uses: lirios/.github/.github/workflows/build-linux-qt6.yml@master |