Skip to content

docs: add changelog for 0.4.3 #4

docs: add changelog for 0.4.3

docs: add changelog for 0.4.3 #4

Workflow file for this run

name: Lint with black
on:
push:
paths:
- 'src/**.py'
- 'tests/**.py'
pull_request:
paths:
- 'src/**.py'
- 'tests/**.py'
jobs:
lint:
name: Run black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]