Skip to content

Commit 8f1bacc

Browse files
Merge pull request #1571 from phip1611/typos
ci: fix typos
2 parents f6098f5 + 67fce8a commit 8f1bacc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/qa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on: [merge_group, push, pull_request]
33
jobs:
44
spellcheck:
55
name: Spellcheck
6-
runs-on: ubuntu-24.04
6+
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
99
# Executes "typos ."
10-
- uses: crate-ci/typos@v1.29.9
10+
- uses: crate-ci/typos@v1.30.1

.typos.toml

+2
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ extend-ignore-identifiers-re = [
1717
HD = "HD"
1818

1919
[default.extend-identifiers]
20+
# We sometimes use "typ" as "type" is a reserved keyword
21+
typ = "typ"
2022

0 commit comments

Comments
 (0)