Skip to content

Merge pull request #356 from waycrate/dependabot/cargo/clap-4.6.1 #734

Merge pull request #356 from waycrate/dependabot/cargo/clap-4.6.1

Merge pull request #356 from waycrate/dependabot/cargo/clap-4.6.1 #734

Workflow file for this run

---
# yamllint disable rule:line-length
name: check_typos
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- "**"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: typos-action
uses: crate-ci/typos@v1