Skip to content

Commit

Permalink
Add clang-format.yml workflow definition (#38)
Browse files Browse the repository at this point in the history
Uses: https://github.com/marketplace/actions/clang-format-lint

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

Co-authored-by: Bjoern Doebel <[email protected]>
  • Loading branch information
wipawel and bjoernd authored Aug 12, 2020
1 parent a214015 commit 98b4353
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test-clang-format

on:
push:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,c'

0 comments on commit 98b4353

Please sign in to comment.