Skip to content

Commit 366c471

Browse files
committed
Rename file
1 parent 070ac20 commit 366c471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/yamllint.yml .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)