mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 09:03:42 +00:00
ghactions modified run options
This commit is contained in:
parent
61fa90ac5b
commit
23ff2c51ec
4
.github/workflows/cpp-linter.yaml
vendored
4
.github/workflows/cpp-linter.yaml
vendored
@ -26,11 +26,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
database: 'build'
|
|
||||||
style: 'file'
|
style: 'file'
|
||||||
tidy-checks: ''
|
tidy-checks: ''
|
||||||
|
version: 18
|
||||||
files-changed-only: false
|
files-changed-only: false
|
||||||
|
ignore: 'docs | build'
|
||||||
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
|
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
|
||||||
|
database: 'build'
|
||||||
tidy-review: true
|
tidy-review: true
|
||||||
format-review: true
|
format-review: true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user