Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 269c643

Browse files
yaml-lint_V1.yml
An archive of the first version of the YAML Lint workflow file for this project.
1 parent fa030f1 commit 269c643

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/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)

AltStyle によって変換されたページ (->オリジナル) /