mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 13:43:41 +00:00
Compare commits
3 Commits
eb54fe6a12
...
920cf8ec23
| Author | SHA1 | Date | |
|---|---|---|---|
| 920cf8ec23 | |||
| 83969ea6e1 | |||
| fb0fb08fd4 |
9
.github/workflows/cpp-linter.yaml
vendored
9
.github/workflows/cpp-linter.yaml
vendored
@ -2,13 +2,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
|
||||||
pull-requests: write
|
|
||||||
metadata: read
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cpp-linter:
|
cpp-linter:
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -33,6 +31,7 @@ jobs:
|
|||||||
ignore: 'docs | build'
|
ignore: 'docs | build'
|
||||||
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
|
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
|
||||||
database: 'build'
|
database: 'build'
|
||||||
|
extra-args: '-xc++'
|
||||||
tidy-review: true
|
tidy-review: true
|
||||||
format-review: true
|
format-review: true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user