mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-06 20:42:31 -05:00
Merge pull request #3364 from cg2121/mac-clang-format
CI: Remove clang format Mac check
This commit is contained in:
17
.github/workflows/clang-format.yml
vendored
17
.github/workflows/clang-format.yml
vendored
@@ -30,20 +30,3 @@ jobs:
|
||||
run: |
|
||||
./formatcode.sh
|
||||
./CI/check-format.sh
|
||||
|
||||
macos64:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Install clang-format
|
||||
run: |
|
||||
brew install clang-format
|
||||
|
||||
- name: Check the Formatting
|
||||
run: |
|
||||
./formatcode.sh
|
||||
./CI/check-format.sh
|
||||
|
||||
Reference in New Issue
Block a user