Thanks to visit codestin.com Credit goes to github.com
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 e9b7f76 commit bb42901Copy full SHA for bb42901
.github/workflows/test.yaml
@@ -37,11 +37,11 @@ jobs:
37
with:
38
go-version: ^1.23.0
39
- run: go version
40
- - run: go install github.com/davidcavazos/testing-infra/cmd/[email protected].3
+ - run: go install github.com/davidcavazos/testing-infra/cmd/[email protected].4
41
- id: python
42
run: |
43
JOBS=$(affected .github/workflows/config/python.json)
44
- echo "$JOBS"
+ echo "jobs=$JOBS"
45
echo "jobs=$JOBS" >> "$GITHUB_OUTPUT"
46
47
python-lint:
0 commit comments