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 feb0c54 commit 758ab61Copy full SHA for 758ab61
.github/workflows/lint.yml
@@ -49,4 +49,11 @@ jobs:
49
title: 🐛 Lint failed for ${{ github.sha }}
50
token: ${{ secrets.GITHUB_TOKEN }}
51
labels: kind/bug
52
- body: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
+ 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