Skip to content

Commit

Permalink
remove linting flow tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Dec 5, 2023
1 parent b404d71 commit c6ecb6e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pull_request_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6ecb6e

Please sign in to comment.