mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 21:23:41 +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:
|
||||
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
|
||||
@ -31,7 +33,6 @@ 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