File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 with :
1717 cache-read-only : true
1818
19- link-check :
20- uses : ./.github/workflows/reusable-link -check.yml
19+ lint :
20+ uses : ./.github/workflows/reusable-lint -check.yml
2121
2222 required-status-check :
2323 if : always()
2424 needs :
2525 - common
26- - link-check # wait for link check to complete, but don't require it to pass for merging
26+ - lint # wait for lint to complete, but don't require it to pass for merging
2727 runs-on : ubuntu-latest
2828 steps :
2929 # The reusable workflow success depends on all its jobs passing
Original file line number Diff line number Diff line change 1- name : Reusable - Link check
1+ name : Reusable - Lint check
22
33on :
44 workflow_call :
@@ -7,7 +7,7 @@ permissions:
77 contents : read
88
99jobs :
10- link -check :
10+ lint -check :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
1717 - uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
1818
19- - name : Link check for pull requests
19+ - name : Lint for pull requests
2020 if : github.event_name == 'pull_request'
2121 env :
2222 GITHUB_TOKEN : ${{ github.token }}
2626 PR_HEAD_REPO : ${{ github.event.pull_request.head.repo.full_name }}
2727 run : mise run lint
2828
29- - name : Link check for pushes and scheduled workflows
29+ - name : Lint for pushes and scheduled workflows
3030 if : github.event_name != 'pull_request'
3131 env :
3232 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 11[tools ]
2+
3+ # Linters
24"github:grafana/flint" = " 0.21.0"
35lychee = " 0.23.0"
46
You can’t perform that action at this time.
0 commit comments