Skip to content

Bump actions/setup-python from 5 to 6 #216

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #216

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v6
with:
python-version: "3.10"