Skip to content

ci: declare workflow-level contents: read on 4 workflows (#900) #905

ci: declare workflow-level contents: read on 4 workflows (#900)

ci: declare workflow-level contents: read on 4 workflows (#900) #905

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable