Skip to content

fix typos in README.md #191

fix typos in README.md

fix typos in README.md #191

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
paths-ignore:
- "docs/**"
- "packaging/**"
- "*.md"
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]