Skip to content

Improve logging behaviour #427

Improve logging behaviour

Improve logging behaviour #427

Workflow file for this run

name: check_formatting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install Black
run: pip install black==25.1.0
- name: Run black --check --line-length 100 .
run: black --check --line-length 100 .