Skip to content

Merge branch 'main' of https://github.com/mitsuhiko/rye #3

Merge branch 'main' of https://github.com/mitsuhiko/rye

Merge branch 'main' of https://github.com/mitsuhiko/rye #3

Workflow file for this run

name: Spelling
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
typos:
name: "Spell check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@master
with:
files: .