Skip to content

Commit b345bb5

Browse files
authoredMar 4, 2023
yaml-lint_V1.yml
yaml-lint_V1.yml
1 parent 61f4f28 commit b345bb5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 
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/checkout@v2.4.0
16+
- uses: ibiqlik/action-yamllint@v3.1
17+
with:
18+
config_file: .yamllint.yml
19+
strict: false

0 commit comments

Comments
 (0)
Please sign in to comment.