diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-14 18:15:35 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-14 18:15:35 +0200 |
| commit | 8c36dfcde8856692de2bc2456a7bb8ce00f3de56 (patch) | |
| tree | 0b7560253d9c4bde59f8e2666da60e04339672ed /.github/workflows/formating.yml | |
| parent | a052243c902928593b2caa25e65a27cf4a46787e (diff) | |
removing github ci and creating scripts for helping 'run ci at home'
Diffstat (limited to '.github/workflows/formating.yml')
| -rw-r--r-- | .github/workflows/formating.yml | 21 |
1 files changed, 0 insertions, 21 deletions
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 |
