Skip to content

Commit 908f17d

Browse files
authored
yaml-lint_V1.yml
An archive of the first version of the YAML lint workflow file for this project.
1 parent df0c97b commit 908f17d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: YAML Lint
3+
4+
on:
5+
push:
6+
paths:
7+
- '**.yml'
8+
9+
jobs:
10+
lint:
11+
name: Lint
12+
timeout-minutes: 3
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/[email protected]
16+
- uses: ibiqlik/[email protected]
17+
with:
18+
config_file: .yamllint.yml
19+
strict: false

0 commit comments

Comments
 (0)