mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-25 09:18:40 +00:00
fix inspection
This commit is contained in:
parent
a605c4d1c6
commit
42fc9c915c
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -33,9 +33,6 @@ jobs:
|
|||
codestyle-tests:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 3
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@main
|
||||
|
|
@ -54,7 +51,7 @@ jobs:
|
|||
run: |
|
||||
cp ./Build/Config/.clang-format ./.clang-format
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter/slim@v6.4.0
|
||||
uses: super-linter/super-linter@v6.4.0
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_CLANG_FORMAT : true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user