Skip to content

Commit 454f47e

Browse files
committed
reset cache and revert some test values
1 parent b0eaeaf commit 454f47e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/cache@v4
2727
with:
2828
path: build
29-
key: ${{ runner.os }}-${{ hashFiles('src/CMakeLists.txt', 'src/demo.cpp', 'src/demo.hpp') }}
29+
key: ${{ runner.os }}-${{ github.run_id }}-${{ hashFiles('src/CMakeLists.txt', 'src/demo.cpp', 'src/demo.hpp') }}
3030

3131
- name: Install necessary Linux tools
3232
if: matrix.os == 'ubuntu-latest'
@@ -44,12 +44,9 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
style: ''
47-
tidy-checks: '-*'
4847
files-changed-only: false
4948
# to ignore all build folder contents
50-
ignore: >-
51-
| build
52-
| !src
49+
ignore: build
5350
database: ${{ github.workspace }}${{ runner.os == 'Linux' && '/' || '\' }}build
5451
verbosity: debug
5552
version: ${{ matrix.clang-version }}

0 commit comments

Comments
 (0)