Skip to content

Fixed readme.

Fixed readme. #6

Workflow file for this run

name: "Testing package"
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- uses: pre-commit/[email protected]