Skip to content

Add online tool in README #406

Add online tool in README

Add online tool in README #406

Workflow file for this run

name: black-formatter-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Black Python code formatter
uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # v42.10.0