🧪 Sync the yamllint config w/ alls-green
This commit is contained in:
@@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
name: 🏗️
|
name: 🏗️
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: ["release/*", "unstable/*"]
|
branches:
|
||||||
|
- release/*
|
||||||
|
- unstable/*
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name: ♻️ 🧪
|
name: ♻️ 🧪
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name: GitHub Actions Security Analysis with zizmor 🌈
|
name: GitHub Actions Security Analysis with zizmor 🌈
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|||||||
@@ -6,5 +6,15 @@ rules:
|
|||||||
indentation:
|
indentation:
|
||||||
level: error
|
level: error
|
||||||
indent-sequences: false
|
indent-sequences: false
|
||||||
|
quoted-strings:
|
||||||
|
required: only-when-needed
|
||||||
|
truthy:
|
||||||
|
allowed-values:
|
||||||
|
- >-
|
||||||
|
false
|
||||||
|
- >-
|
||||||
|
true
|
||||||
|
- >- # Allow "on" key name in GHA CI/CD workflow definitions
|
||||||
|
on
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user