mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00: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
|
|
|
|
...
|