Skip to content

Commit 6ed10a3

Browse files
committed
🧪 Sync the yamllint config w/ alls-green
1 parent 987f11e commit 6ed10a3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/workflows/build-and-push-docker-image.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
name: 🏗️
44

5-
on: # yamllint disable-line rule:truthy
5+
on:
66
pull_request:
77
push:
8-
branches: ["release/*", "unstable/*"]
8+
branches:
9+
- release/*
10+
- unstable/*
911
workflow_dispatch:
1012
inputs:
1113
tag:

.github/workflows/reusable-smoke-test.yml

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

33
name: ♻️ 🧪
44

5-
on: # yamllint disable-line rule:truthy
5+
on:
66
workflow_call:
77

88
env:

.github/workflows/zizmor.yml

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

33
name: GitHub Actions Security Analysis with zizmor 🌈
44

5-
on: # yamllint disable-line rule:truthy
5+
on:
66
push:
77
pull_request:
88

.yamllint

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,15 @@ rules:
66
indentation:
77
level: error
88
indent-sequences: false
9+
quoted-strings:
10+
required: only-when-needed
11+
truthy:
12+
allowed-values:
13+
- >-
14+
false
15+
- >-
16+
true
17+
- >- # Allow "on" key name in GHA CI/CD workflow definitions
18+
on
919

1020
...

0 commit comments

Comments
 (0)