Skip to content

Commit e956e03

Browse files
authored
Merge pull request #141 from cortex-command-community/disable-format-ci
Disable clang-format ci
2 parents b2c504e + 5c0941a commit e956e03

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ concurrency:
1919
jobs:
2020
meson:
2121
uses: ./.github/workflows/meson.yml
22-
23-
msbuild:
24-
uses: ./.github/workflows/msbuild.yml
2522

26-
format:
27-
uses: ./.github/workflows/clang-format.yml
23+
msbuild:
24+
uses: ./.github/workflows/msbuild.yml

0 commit comments

Comments
 (0)