From ae91a0e32ac2987608f2e1fc87923b4b86e7eef3 Mon Sep 17 00:00:00 2001 From: ds0407 <84156927+ds0407@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:40:35 +0100 Subject: [PATCH] Delete ci.yml --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 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 d6041a8..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: CI -on: - push: - branches: [ main ] - pull_request: - types: [opened, synchronize, reopened] - paths-ignore: - - 'README.md' - - 'LICENSE.md' - - '.gitignore' - - 'CODEOWNERS' - - 'renovate.json' - -jobs: - ci: - uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}