Skip to content

Commit

Permalink
Merge pull request #21 from awslabs/clang-format-linter
Browse files Browse the repository at this point in the history
Added clang-format linter
  • Loading branch information
Justin Boswell authored Nov 21, 2019
2 parents 9a7a7bd + 7416dc2 commit 050728e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Lint

on: [push]

jobs:
clang-format:

runs-on: ubuntu-latest

steps:
- name: Checkout Sources
uses: actions/checkout@v1

- name: clang-format lint
uses: DoozyX/[email protected]
with:
# List of extensions to check
extensions: c,h

0 comments on commit 050728e

Please sign in to comment.