Skip to content

feat(lib): add __main__.py #16

feat(lib): add __main__.py

feat(lib): add __main__.py #16

Workflow file for this run

name: Typos
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spell check with typos
uses: crate-ci/typos@v1.24.1