From 6ae43d600f2bfd2d2d3911e81fa8d5148e3cd85d Mon Sep 17 00:00:00 2001 From: reconman Date: Wed, 15 Mar 2023 20:23:04 +0100 Subject: [PATCH] Disable lint --- .github/workflows/CI.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bb09c47..7b78166 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,28 +10,7 @@ on: workflow_dispatch: jobs: - lint: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.7 - uses: actions/setup-python@v3 - with: - python-version: 3.7 - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install flake8 pylint pylint-exit - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Setup flake8 annotations - uses: rbialon/flake8-annotations@v1 - - name: Lint with flake8 and pylint - run: | - flake8 . - pylint PlexAniSync.py TautulliSyncHelper.py plexmodule.py anilist.py custom_mappings.py || pylint-exit --error-fail --warn-fail $? build-docker-plexanisync: - needs: lint uses: ./.github/workflows/build-docker-image.yml with: dockerfile: ./Docker/PlexAniSync/Dockerfile @@ -40,7 +19,6 @@ jobs: platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 build-docker-tautulli: - needs: lint uses: ./.github/workflows/build-docker-image.yml with: dockerfile: ./Docker/Tautulli/Dockerfile