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 c88d78c commit 3bcf497Copy full SHA for 3bcf497
.github/workflows/codespell.yml
@@ -4,7 +4,9 @@ name: Codespell
4
5
on:
6
pull_request:
7
+ branches: [master]
8
push:
9
10
11
permissions:
12
contents: read
.github/workflows/lint.yml
@@ -2,7 +2,9 @@ name: Lints
2
3
paths-ignore:
- '**.rst'
0 commit comments