Skip to content

Fix build

Fix build #11

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Pier Luigi Fiorini <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
name: Checks
on:
push:
branches:
- master
- develop
tags:
- v*
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
checks:
uses: lirios/.github/.github/workflows/checks.yml@master
with:
enable_wip: true
enable_xdg: true
enable_qml: true