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

Compare commits

..

2 Commits

Author SHA1 Message Date
Nanogamer7
166ea55812
Merge 2ec175d6ad8915e5be3c504681e4ea8bdf0f6ecb into 92283e41ba59ad9315488ad36d4ce0853256588f 2024-05-27 12:59:03 +00:00
2ec175d6ad ghaction debug upload comp cmd json
Some checks failed
/ cpp-linter (push) Has been cancelled
2024-05-27 14:58:58 +02:00

View File

@ -18,6 +18,10 @@ jobs:
build-dir: 'build'
run-build: false
options: 'CMAKE_EXPORT_COMPILE_COMMANDS=1'
- uses: actions/upload-artifact@v4
with:
name: compile_commands
path: /home/runner/work/Engine/Engine/build
- uses: cpp-linter/cpp-linter-action@main
id: linter
continue-on-error: true
@ -36,7 +40,7 @@ jobs:
format-review: true
- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
if: steps.linter.outputs.checks-failed > 0
run: |
echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
# for actual deployment