Skip to content

Commit

Permalink
[#47]: Update clang-tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Oct 16, 2020
1 parent d468eb2 commit 5f4b18b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Code quality check

on: [push]
on: [pull_request]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
clang-tidy:
Expand All @@ -15,3 +18,5 @@ jobs:

- name: clang-tidy check
uses: muxee/clang-tidy-action@0.0.1-rc1
with:
args:"-checks=*"

0 comments on commit 5f4b18b

Please sign in to comment.