We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 758e645 + 532ceff commit ebc460eCopy full SHA for ebc460e
.github/workflows/on-pull-request.yml
@@ -14,20 +14,20 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- id: judge-needs-test-go
17
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v46
18
with:
19
files: |
20
**/*.go
21
go.mod
22
go.sum
23
.github/workflows/task-test-go.yml
24
- id: judge-needs-lint-markdown
25
26
27
28
**/*.md
29
- id: judge-needs-lint-yaml
30
31
32
33
**/*.y{,a}ml
0 commit comments