Skip to content

Commit 0ee0516

Browse files
reneeriknordmark
authored andcommitted
Fix errors found by yetus (yamllint plugin)
Fix errors found by the plugin "yamllint" from yetus. Signed-off-by: Renê de Souza Pinto <[email protected]>
1 parent 6da8b18 commit 0ee0516

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
---
1414
name: Assets
15-
on:
15+
on: # yamllint disable-line rule:truthy
1616
workflow_run:
1717
workflows:
1818
- Publish

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Publish PR build
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
workflow_run:
55
workflows:
66
- "PR build"

.github/workflows/eden.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Eden
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- "master"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Publish
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- "master"

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Unit tests
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
pull_request:
55
branches:
66
- "master"

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: '2.3'
23

34
volumes:

pkg/pillar/build-dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
#
33
# Copyright (c) 2018-2022 Zededa, Inc.
44
# SPDX-License-Identifier: Apache-2.0
5+
6+
---
57
org: lfedge
68
image: eve-pillar-dev
7-
network: yes
9+
network: true
810
config:
911
binds:
1012
- /lib/modules:/lib/modules

0 commit comments

Comments
 (0)