Skip to content

Delete trailing whitespaces for readme #7

Delete trailing whitespaces for readme

Delete trailing whitespaces for readme #7

Workflow file for this run

name: black
on:
push:
branches: [master, main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable