We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb49b6 commit 87bd645Copy full SHA for 87bd645
.github/workflows/default.yml
@@ -36,4 +36,4 @@ jobs:
36
- name: Checkout Actions Repository
37
uses: actions/checkout@v6
38
- name: Spell Check Repo
39
- uses: crate-ci/typos@v1.39.2
+ uses: crate-ci/typos@v1.40.0
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: end-of-file-fixer
29
- id: trailing-whitespace
30
- repo: https://github.com/crate-ci/typos
31
- rev: v1.39.2
+ rev: v1.40.0
32
hooks:
33
- id: typos
34
- repo: https://github.com/nozaq/pre-commit-deno
0 commit comments