Skip to content

Commit

Permalink
Create clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Jun 8, 2020
1 parent 325b8ba commit 02b9af6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: clang-format Check
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C programs.
uses: jidicula/clang-format-action@master

0 comments on commit 02b9af6

Please sign in to comment.