Skip to content

Fix minor typo in CONTRIBUTORS.md #535

Fix minor typo in CONTRIBUTORS.md

Fix minor typo in CONTRIBUTORS.md #535

Workflow file for this run

name: Check code style
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable