Common GitHub Actions workflows for C2A.
- build This workflow build C2A on some environments (C/C++, Linux/Windows, gcc/clang/MSVC) and show warnings by action-clang-tidy.
name: Build C2A
on:
push:
branches:
- main
- develop
pull_request:
jobs:
build_c2a:
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v2.1.0