10000 Create lint-yaml.yml · raineydavid/setup-python@74a6d2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 74a6d2d

Browse files
authored
Create lint-yaml.yml
1 parent 6655692 commit 74a6d2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/lint-yaml.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Lint YAML
2+
on: [pull_request]
3+
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Lint action.yml
9+
uses: ibiqlik/action-yamllint@master
10+
with:
11+
file_or_dir: action.yml
12+
config_file: yaml-lint-config.yml

0 commit comments

Comments
 (0)
0