Skip to content

Commit 758ab61

Browse files
committed
add yamllint job back as the lint job only runs golangci-lint
Signed-off-by: Bryce Palmer <[email protected]>
1 parent feb0c54 commit 758ab61

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,11 @@ jobs:
4949
title: 🐛 Lint failed for ${{ github.sha }}
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
labels: kind/bug
52-
body: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
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

0 commit comments

Comments
 (0)