mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 15:53:42 +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:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
metadata: read
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
cpp-linter:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -33,6 +31,7 @@ jobs:
|
||||
ignore: 'docs | build'
|
||||
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
|
||||
database: 'build'
|
||||
extra-args: '-xc++'
|
||||
tidy-review: true
|
||||
format-review: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user