Skip to content

fix: deprecations

fix: deprecations #19

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "*"
pull_request:
branches:
- "main"
jobs:
black:
name: "Black"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: Setup Python
uses: "actions/[email protected]"
with:
python-version: "3.12"
- name: "Install linter"
run: python3 -m pip install black
- name: "Run linter"
run: black .