mirror of
https://github.com/pypa/gh-action-pypi-publish
synced 2024-11-30 21:22:28 +08:00
480ec4ed58
This patch also fixes the misconfigured rules definition.
11 lines
95 B
Plaintext
11 lines
95 B
Plaintext
---
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
indentation:
|
|
level: error
|
|
indent-sequences: false
|
|
|
|
...
|