0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 15:53:42 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
920cf8ec23 ghaction specified clang to treat code as c++
Some checks are pending
/ cpp-linter (push) Waiting to run
2024-05-27 14:34:47 +02:00
83969ea6e1 ghaction removed unneeded option 2024-05-27 13:35:32 +02:00
fb0fb08fd4 ghaction hotfix reverted prev change 2024-05-27 13:34:03 +02:00

View File

@ -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