Skip to content

add linting gh action #1

add linting gh action

add linting gh action #1

name: clang-format-lint
on:
push: {}
pull_request: {}
jobs:
job:
name: check-clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,c'
clangFormatVersion: 16