Skip to content

Commit 604e77a

Browse files
committed
update yamllint
1 parent 0bad2d4 commit 604e77a

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/yamllint-check.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Yamllint check
3+
4+
# yamllint disable-line rule:truthy
5+
on: [push, pull_request]
6+
7+
jobs:
8+
build:
9+
name: Yamllint
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: 'checkout git repo'
14+
uses: actions/checkout@v4
15+
with:
16+
submodules: true
17+
fetch-depth: 0
18+
19+
- name: Run yamllint
20+
uses: ansible-actions/[email protected]
21+
with:
22+
target: "./"

.github/workflows/yamllint.yml

-22
This file was deleted.

0 commit comments

Comments
 (0)