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 3662cdc commit 4554ef9Copy full SHA for 4554ef9
.github/workflows/typos.yml
@@ -0,0 +1,19 @@
1
+---
2
+# yamllint disable rule:line-length
3
+name: check_typos
4
+
5
+on: # yamllint disable-line rule:truthy
6
+ push:
7
+ pull_request:
8
+ branches:
9
+ - '**'
10
11
+jobs:
12
+ build:
13
+ runs-on: ubuntu-latest
14
15
+ steps:
16
+ - uses: actions/checkout@v2
17
18
+ - name: typos-action
19
+ uses: crate-ci/[email protected]
_typos.toml
@@ -0,0 +1,10 @@
+# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
+[default.extend-words]
+JSUT = "JSUT"
+jsut = "jsut"
+inout = "inout"
+[default.extend-identifiers]
+[files]
+extend-exclude = []
0 commit comments