Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 516 Bytes

workflows-c2a

Common GitHub Actions workflows for C2A.

Example Usage

  • 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/[email protected]