Skip to content

Commit fede9e5

Browse files
authored
2 sub-directories [3 files]
1 parent d73755e commit fede9e5

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-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
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

.github/workflows/yaml-lint.yml

+19
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)