Skip to content

Fix typo

Fix typo #133

Workflow file for this run

name: "Spelling"
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
permissions:
contents: "read"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
typos_check:
name: "Typos check"
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master