From 8c36dfcde8856692de2bc2456a7bb8ce00f3de56 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 14 Aug 2026 18:15:35 +0200 Subject: removing github ci and creating scripts for helping 'run ci at home' --- .github/workflows/formating.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/formating.yml (limited to '.github/workflows/formating.yml') diff --git a/.github/workflows/formating.yml b/.github/workflows/formating.yml deleted file mode 100644 index 485cc05..0000000 --- a/.github/workflows/formating.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Formating test - -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] - -env: - BUILD_TYPE: Debug - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Check formatting - run: | - find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror -- cgit v1.2.3