Asib27's picture
try 1
065fee7 verified
raw
history blame
241 Bytes
---
extends: default
rules:
indentation:
level: error
indent-sequences: false
truthy:
allowed-values:
- >-
false
- >-
true
- >- # Allow "on" key name in GHA CI/CD workflow definitions
on
...