Skip to content

docs: update requirements and integration in README #48

docs: update requirements and integration in README

docs: update requirements and integration in README #48

Workflow file for this run

name: typo check
on:
pull_request:
branches:
- main
jobs:
typo_check:
name: typo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@master