Skip to content

ci: Fix yaml syntax error #5

ci: Fix yaml syntax error

ci: Fix yaml syntax error #5

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
#
# SPDX-License-Identifier: MIT
name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: true
- name: Build and Test
uses: ./.github/actions/dartagnan