We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c5c1d commit 3634ffdCopy full SHA for 3634ffd
2 files changed
.github/workflows/codespell.yaml
@@ -1,6 +1,10 @@
1
name: codespell
2
3
-on: workflow_dispatch
+on:
4
+ push:
5
+ branches: [ '*' ]
6
+ pull_request:
7
8
9
jobs:
10
codespell:
@@ -10,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
11
15
12
16
- name: codespell
13
- uses: codespell-project/actions-codespell@master
17
+ uses: codespell-project/actions-codespell@v1
18
with:
19
check_filenames: true
20
check_hidden: true
.github/workflows/golangci-lint.yaml
name: golangci-lint
golangci-lint:
0 commit comments