mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-13 01:33:43 +00:00
Compare commits
No commits in common. "920cf8ec236fcfd0c4ad91ad47f76b2b4a9c06b6" and "eb54fe6a12aba490583feabbe3e4f468f80c1562" have entirely different histories.
920cf8ec23
...
eb54fe6a12
9
.github/workflows/cpp-linter.yaml
vendored
9
.github/workflows/cpp-linter.yaml
vendored
@ -2,11 +2,13 @@ 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
|
||||||
@ -31,7 +33,6 @@ 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