Skip to content

Fix log formatting

Fix log formatting #6

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
check:
name: Code check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install hatch
run: pip install hatch
- name: Run check
run: hatch fmt --check