Skip to content

Bump tests to python v11 #28

Bump tests to python v11

Bump tests to python v11 #28

Workflow file for this run

name: black
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Black
run: pip install black
- name: Run black --check .
run: black --check .