Skip to content

Merge pull request #23 from ZedongPeng/release-v0.2.4 #74

Merge pull request #23 from ZedongPeng/release-v0.2.4

Merge pull request #23 from ZedongPeng/release-v0.2.4 #74

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: lint/style-and-typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black Formatting Check
uses: psf/black@stable
with:
options: "-S -C --check --diff"
- name: Spell Check
uses: crate-ci/typos@master
with:
config: ./.github/workflows/typos.toml