Skip to content

Commit

Permalink
clang-tidy-review
Browse files Browse the repository at this point in the history
Workflow for suggesstions using clang-tidy
  • Loading branch information
psampathkumar committed Aug 2, 2022
1 parent 82c3123 commit 8ea18ad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: clang-tidy-review
on: [pull_request]

jobs:
build:
name: clang-tidy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: ZedThree/[email protected]
id: review
with:
apt_packages: 'cmake,ninja-build,python3,g++,gettext,qtbase5-dev,libqt5svg5-dev,libkf5archive-dev,liblua5.3-dev,libsqlite3-dev,libsdl2-mixer-dev'

# Tell clang-tidy-review the build directory, so it finds the
# compilation database.
build_dir: build

0 comments on commit 8ea18ad

Please sign in to comment.