Skip to content

[UPDATE] added /venv to .dockerignore #38

[UPDATE] added /venv to .dockerignore

[UPDATE] added /venv to .dockerignore #38

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Analysing the code with Black linter
uses: psf/black@stable
with:
options: "--check --verbose --diff --color"
src: "."