Skip to content

chore(deps): bump clap_complete from 4.6.2 to 4.6.3 #739

chore(deps): bump clap_complete from 4.6.2 to 4.6.3

chore(deps): bump clap_complete from 4.6.2 to 4.6.3 #739

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