From 88907281bafedf8ea8d30440fd7bd2be2e531ab0 Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Thu, 30 May 2024 09:28:37 -0400 Subject: [PATCH] Delete .github/workflows/python-lint-code-scanning-action.yml --- .../python-lint-code-scanning-action.yml | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/python-lint-code-scanning-action.yml diff --git a/.github/workflows/python-lint-code-scanning-action.yml b/.github/workflows/python-lint-code-scanning-action.yml deleted file mode 100644 index 633d7b4..0000000 --- a/.github/workflows/python-lint-code-scanning-action.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Python Lint Code Scanning Action - # You may pin to the exact commit or the version. - # uses: advanced-security/python-lint-code-scanning-action@e5446e09fc7d49dd4a1290193d45a41ee72a0a40 -on: - push: - branches: [ "main" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] - schedule: - - cron: '28 23 * * 0' - -jobs: - lint: - runs-on: ubuntu-latest - strategy: - matrix: - linter: [flake8, pylint, ruff, mypy, pytype, pyright, fixit, pyre] - python-version: [3.11] - steps: - - run: advanced-security/python-lint-code-scanning-action@v1 - with: - linter: [flake8, pylint, ruff, mypy, pytype, pyright, fixit, pyre] -