Skip to content

Fix type of on_ parameters (#1006) #1

Fix type of on_ parameters (#1006)

Fix type of on_ parameters (#1006) #1

Workflow file for this run

name: Linting with black
on: [push, pull_request]
jobs:
black-lint:
runs-on: ubuntu-latest
name: black linting
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Run black linting
uses: psf/black@stable
with:
options: "--check"
src: "."