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 6e4f2d2 commit d4c4baaCopy full SHA for d4c4baa
.github/workflows/spell-check.yml
@@ -1,7 +1,7 @@
1
name: spelling check
2
on:
3
push:
4
- branches: [master]
+ branches: [master, finalise_docs_autodeploy]
5
pull_request:
6
branches: [master]
7
jobs:
.typos.yaml
@@ -18,3 +18,7 @@ check-file = false
18
19
[files]
20
extend-exclude = ["docs/api.md"]
21
+
22
+[type.pb.go]
23
+extend-glob = ["*.pb.go"]
24
+check-file = false
0 commit comments