chore: add back workflow step names for readability
This commit is contained in:
parent
6c6d59eb12
commit
2d388fb1a1
1 changed files with 6 additions and 3 deletions
|
@ -43,7 +43,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
- name: Validate
|
||||
run: |
|
||||
repos='${{ needs.charts-changed.outputs.reposChanged }}'
|
||||
for repo in $(echo $repos | jq -r '.[]'); do
|
||||
echo "Linting $repo"
|
||||
|
@ -60,7 +61,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
- name: Validate
|
||||
run: |
|
||||
repos='${{ needs.charts-changed.outputs.reposChanged }}'
|
||||
for repo in $(echo $repos | jq -r '.[]'); do
|
||||
echo "Auditing $repo"
|
||||
|
@ -81,7 +83,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
- name: Validate
|
||||
run: |
|
||||
repos='${{ needs.charts-changed.outputs.reposChanged }}'
|
||||
for repo in $(echo $repos | jq -r '.[]'); do
|
||||
echo "Checking deprecated apiVersions for $repo"
|
||||
|
|
Loading…
Reference in a new issue