Skip to content

Commit

Permalink
Merge pull request #8 from aws/alexey-temnikov-patch-2
Browse files Browse the repository at this point in the history
Adding clang-tidy
  • Loading branch information
Alexey Temnikov authored Jan 15, 2022
2 parents 33eafd1 + 106f3eb commit fbc67a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Automatic Code Reviews

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: ZedThree/[email protected]
id: review
- if: steps.review.outputs.total_comments > 0
run: exit 1

0 comments on commit fbc67a7

Please sign in to comment.