Skip to content

meta: bump version to 0.5.0 #21

meta: bump version to 0.5.0

meta: bump version to 0.5.0 #21

Workflow file for this run

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