mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-20 07:56:07 -05:00
CI: Replace cmake-format with gersemi for CMake file format checks
This commit is contained in:
8
.github/workflows/check-format.yaml
vendored
8
.github/workflows/check-format.yaml
vendored
@@ -26,15 +26,15 @@ jobs:
|
||||
with:
|
||||
failCondition: error
|
||||
|
||||
cmake-format:
|
||||
gersemi:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: cmake-format Check 🎛️
|
||||
id: cmake-format
|
||||
uses: ./.github/actions/run-cmake-format
|
||||
- name: gersemi Check 🎛️
|
||||
id: gersemi
|
||||
uses: ./.github/actions/run-gersemi
|
||||
with:
|
||||
failCondition: error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user