Skip to content

Commit 76165cc

Browse files
committedJan 7, 2025
Rename file
1 parent 0e339bc commit 76165cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/yamllint.yml renamed to ‎.github/workflows/validate-yaml.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: 'Yamllint GitHub Actions'
1+
name: 'YAML Validation'
22
on:
33
- pull_request
44
jobs:
5-
yamllint:
6-
name: 'Yamllint'
5+
validate:
6+
name: 'Validate YAML'
77
runs-on: ubuntu-latest
88
steps:
99
- name: 'Checkout'
1010
uses: actions/checkout@master
11-
- name: 'Yamllint'
11+
- name: 'Run Yamllint'
1212
uses: karancode/yamllint-github-action@master
1313
with:
1414
yamllint_file_or_dir: 'package-list.yaml'

0 commit comments

Comments
 (0)
Please sign in to comment.