Skip to content

[UPDATE] added DB_BIND_PORT_2 environ #27

[UPDATE] added DB_BIND_PORT_2 environ

[UPDATE] added DB_BIND_PORT_2 environ #27

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: "."