Skip to content

Bump black from 22.3.0 to 24.3.0 (#5) #250

Bump black from 22.3.0 to 24.3.0 (#5)

Bump black from 22.3.0 to 24.3.0 (#5) #250

Workflow file for this run

name: py
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install deps with ${{ matrix.python }}
run: make deps
- name: Lint with ${{ matrix.python }}
run: make lint