Skip to content

Bump actions/upload-artifact from 6 to 7 in the github-actions group #529

Bump actions/upload-artifact from 6 to 7 in the github-actions group

Bump actions/upload-artifact from 6 to 7 in the github-actions group #529

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable
with:
options: "--check --verbose --include '(\\.pyi?|\\.ipynb|workbench)$'"