mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-23 00:51:05 -05:00
Inherit yamllint
config from the default preset
This patch also fixes the misconfigured rules definition.
This commit is contained in:
parent
5fb2f047e2
commit
480ec4ed58
1 changed files with 10 additions and 2 deletions
|
@ -1,2 +1,10 @@
|
|||
---
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
indentation:
|
||||
level: error
|
||||
indent-sequences: false
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue