From 8b25be3889c67311391e3696fed3202f707820dc Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 25 Jun 2022 22:38:31 +0100 Subject: [PATCH] Add lint/test to CI for main (codecov) (2) --- .github/workflows/ci-branch-main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-branch-main.yml b/.github/workflows/ci-branch-main.yml index 31c9ccc..369d980 100644 --- a/.github/workflows/ci-branch-main.yml +++ b/.github/workflows/ci-branch-main.yml @@ -12,7 +12,6 @@ on: jobs: lint: - name: Lint runs-on: ubuntu-latest steps: - name: Check out repository code @@ -27,7 +26,6 @@ jobs: run: pylint --recursive=yes . test: - name: Run unit tests runs-on: ubuntu-latest strategy: matrix: