1
0
mirror of https://github.com/pypa/gh-action-pypi-publish synced 2024-11-30 21:22:28 +08:00
gh-action-pypi-publish/.yamllint
Sviatoslav Sydorenko 480ec4ed58
Inherit yamllint config from the default preset
This patch also fixes the misconfigured rules definition.
2022-11-30 10:05:59 +01:00

11 lines
95 B
Plaintext

---
extends: default
rules:
indentation:
level: error
indent-sequences: false
...