Skip to content

Commit 5210769

Browse files
committed
Create blank.yml
Signed-off-by: Cem Dervis <cem@dervis.de>
1 parent c29a338 commit 5210769

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/blank.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches: [ "main" ]
6+
7+
jobs:
8+
yamllint:
9+
name: 'Yamllint'
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: 'Checkout'
13+
uses: actions/checkout@v4
14+
15+
- name: 'YAML lint'
16+
uses: karancode/yamllint-github-action@master
17+
with:
18+
yamllint_file_or_dir: 'data'
19+
yamllint_strict: false
20+
yamllint_comment: false

0 commit comments

Comments
 (0)