Skip to content

Commit

Permalink
sdfgsdfg
Browse files Browse the repository at this point in the history
  • Loading branch information
diachenko-mischa committed Apr 25, 2024
1 parent e1109ce commit d70b841
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
cache: 'pip' # caching pip dependencies

- uses: ammaraskar/gcc-problem-matcher@master
- uses: root-project/gcc-problem-matcher-improved@v1

- name: Install PIP packages
run: pip install -r requirements.txt
Expand All @@ -27,19 +28,6 @@ jobs:
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- uses: cpp-linter/cpp-linter-action@v2
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: '' # Use .clang-format config file
tidy-checks: '' # Use .clang-tidy config file
# only 'update' a single comment in a pull request's thread.
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
run: exit 1

- name: Run clang-tidy (Static analysis & Code style checks)
run: clang-tidy -p=build `find src -name '*.cpp'` `find src -name '*.h'`

Expand Down

0 comments on commit d70b841

Please sign in to comment.