mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
Fix typo.
Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
bff9ab52be
commit
0fe1837277
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ rules:
|
||||||
truthy:
|
truthy:
|
||||||
allowed-values: ["true", "false"]
|
allowed-values: ["true", "false"]
|
||||||
check-keys: false
|
check-keys: false
|
||||||
# Disables fallse positives on GHA workflow `on:`
|
# Disables false positives on GHA workflow `on:`
|
||||||
level: warning
|
level: warning
|
||||||
|
|
Loading…
Reference in a new issue