Skip to content

Commit d4c4baa

Browse files
committed
test
1 parent 6e4f2d2 commit d4c4baa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: spelling check
22
on:
33
push:
4-
branches: [master]
4+
branches: [master, finalise_docs_autodeploy]
55
pull_request:
66
branches: [master]
77
jobs:

.typos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ check-file = false
1818

1919
[files]
2020
extend-exclude = ["docs/api.md"]
21+
22+
[type.pb.go]
23+
extend-glob = ["*.pb.go"]
24+
check-file = false

0 commit comments

Comments
 (0)