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 de45aac commit 5bca523Copy full SHA for 5bca523
.github/.typo-ci.yml
@@ -0,0 +1,7 @@
1
+dictionaries:
2
+- fr
3
+
4
+excluded_files:
5
+- ".github/**/*"
6
7
+spellcheck_filenames: false
.github/workflows/spellcheck.yml
@@ -0,0 +1,22 @@
+# https://github.com/TypoCI/spellcheck-action
+name: Typo CI
+on:
+ push:
+ branches:
+ - master
8
+ pull_request:
9
10
11
12
+jobs:
13
+ spellcheck:
14
+ name: Typo CI (GitHub Action)
15
+ runs-on: ubuntu-latest
16
+ timeout-minutes: 4
17
+ if: "! contains(toJSON(github.event.commits.*.message), '[skip-spellcheck]')"
18
+ steps:
19
+ - name: TypoCheck
20
+ uses: typoci/spellcheck-action@master
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments