File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 49
49
title : 🐛 Lint failed for ${{ github.sha }}
50
50
token : ${{ secrets.GITHUB_TOKEN }}
51
51
labels : kind/bug
52
- body : https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
53
-
54
- yamllint :
55
- runs-on : ubuntu-latest
56
- steps :
57
- - uses : actions/checkout@v3
58
- - name : Run yamllint make target
59
- run : make yamllint
52
+ body : https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ generate-testdata: ## Update/generate the testdata in $GOPATH/src/sigs.k8s.io/ku
72
72
./test/testdata/generate.sh
73
73
74
74
.PHONY : lint
75
- lint : golangci-lint # # Run golangci-lint linter
75
+ lint : golangci-lint yamllint # # Run golangci-lint linter & yamllint
76
76
$(GOLANGCI_LINT ) run
77
77
78
78
.PHONY : lint-fix
You can’t perform that action at this time.
0 commit comments