From 90aeff766e199075f430ee9b59ee618c5ba46f70 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 23 Nov 2023 08:39:43 -0700 Subject: [PATCH] delete quality.yml --- .github/workflows/quality.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/quality.yml diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml deleted file mode 100644 index 9b09cfa9..00000000 --- a/.github/workflows/quality.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Quality - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - lint: - runs-on: ubuntu-latest - strategy: - fail-fast: false - steps: - - name: Checkout actions - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Init environment - uses: ./.github/actions/init-environment - - name: Run linter - run: | - pylint `git diff --name-only --diff-filter=d origin/master HEAD | grep -E '\.py$' | tr '\n' ' '` \ No newline at end of file