From c6ecb6e9ab800936bd7e12dca5cec3d27973d562 Mon Sep 17 00:00:00 2001 From: Christian Oertlin Date: Tue, 5 Dec 2023 08:45:18 +0100 Subject: [PATCH] remove linting flow tmp --- .github/workflows/pull_request_ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index 31d442c..a861b48 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -5,23 +5,6 @@ name: Pull Request Actions on: [push] jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: Check out git repository - uses: actions/checkout@v3 - - - name: Set up Python 3.11 - uses: actions/setup-python@v4 - with: - python-version: "3.11" - - - name: Set up Black - uses: psf/black@stable - with: - options: ". --check --line-length 100" - version: "~=23.3.0" - docker-image-push: runs-on: ubuntu-latest name: Create staging docker image