Skip to content

arkedge/workflows-c2a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]