Skip to content

Commit

Permalink
Create example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffav authored Mar 5, 2021
1 parent c13abb3 commit 2818594
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on: push

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

0 comments on commit 2818594

Please sign in to comment.