We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af679a3 commit b1e3adfCopy full SHA for b1e3adf
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/" # Location of package manifests
6
+ schedule:
7
+ interval: "weekly"
8
+ ignore:
9
+ - dependency-name: "crate-ci/typos"
10
+ update-types: ["version-update:semver-patch"]
.github/workflows/SpellCheck.yml
@@ -0,0 +1,13 @@
+name: Spell Check
+
+on: [pull_request]
+jobs:
+ typos-check:
+ name: Spell Check with Typos
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Actions Repository
11
+ uses: actions/checkout@v3
12
+ - name: Check spelling
13
+ uses: crate-ci/[email protected]
.typos.toml
@@ -0,0 +1 @@
+[default.extend-words]
0 commit comments