Skip to content

unspun/action-clang-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ Style Guide Github Action


Github Action applying the LLVM clang format to C/C++ code.

This Action checks the code using clang-format with the default LLVM configuration.

Features


  • Checks C/C++ code formatting
  • Supports push triggers
  • Future Enhancement: support automatic formatting and commit

Usage


on: push

jobs:
  format:
    name: clang formatting
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: unspun/[email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published