Skip to content

Commit e123e34

Browse files
authored
Merge pull request #84 from mulkieran/issue_project_863
Disable truthy rules in yamlint configuration file for workflows
2 parents 29e720c + 70ee85d commit e123e34

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: loopdev-3 ci
33

4-
# yamllint disable-line rule:truthy
54
on:
65
push:
76
pull_request:

.github/workflows/dummy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: loopdev-3 dummy CI
33

4-
# yamllint disable-line rule:truthy
54
on:
65
push:
76
branches:

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: loopdev-3 nightly
33

4-
# yamllint disable-line rule:truthy
54
on:
65
schedule:
76
- cron: 5 3 * * *

.yamllint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ extends: default
33

44
rules:
55
line-length: disable
6+
truthy:
7+
ignore:
8+
.github/workflows/*.yml

0 commit comments

Comments
 (0)