aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/.github/workflows/clang-format.yml
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/cpr/.github/workflows/clang-format.yml')
-rw-r--r--thirdparty/cpr/.github/workflows/clang-format.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/thirdparty/cpr/.github/workflows/clang-format.yml b/thirdparty/cpr/.github/workflows/clang-format.yml
deleted file mode 100644
index 2f194b87e..000000000
--- a/thirdparty/cpr/.github/workflows/clang-format.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: "Test Clang Format"
-
-on: [push, pull_request]
-
-jobs:
- clang-format:
- runs-on: ubuntu-latest
- container: fedora:latest
- steps:
- - name: Update package list
- run: sudo dnf update -y
- - name: Install dependencies
- run: sudo dnf install -y openssl-devel cmake git gcc clang ninja-build
- - name: Install clang-tidy
- run: sudo dnf install -y clang-tools-extra
- - name: Checkout
- uses: actions/checkout@v3
- - name: Check format
- uses: RafikFarhad/[email protected] \ No newline at end of file