mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-12 11:49:57 -05:00
480ec4ed58
This patch also fixes the misconfigured rules definition.
10 lines
95 B
Text
10 lines
95 B
Text
---
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
indentation:
|
|
level: error
|
|
indent-sequences: false
|
|
|
|
...
|