Skip to content

Merge branch 'main' of github.com:/fabriciofx/github-workflows #1103

Merge branch 'main' of github.com:/fabriciofx/github-workflows

Merge branch 'main' of github.com:/fabriciofx/github-workflows #1103

# SPDX-FileCopyrightText: Copyright (C) 2025 Fabrício Barros Cabral
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: c-cpp-build-test
'on':
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
permissions:
contents: read
jobs:
c-cpp-build-test:
uses: fabriciofx/github-workflows/.github/workflows/c-cpp-build-template.yml@main
with:
working-directory: "c-cpp/test"