From 26fa6ab26128602fa7f2220709282f79939f58d6 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Mon, 8 Jun 2020 17:10:45 +0200 Subject: [PATCH] Silly me, remove continuous integration This worfklow should be located in the community repository --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 809b665b7..000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CI - -on: [push] - -jobs: - build: - name: Static code analysis - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Check translation files - run: | - Human-Connection/scripts/translations/sort.sh - Human-Connection/scripts/translations/missing-keys.sh