This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
gh-action-pypi-publish
Template
mirror of
https://github.com/pypa/gh-action-pypi-publish
Watch
1
Star
0
Fork
You've already forked gh-action-pypi-publish
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c54db9c2b7
gh-action-pypi-publish
/
.yamllint
11 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Inherit `yamllint` config from the default preset This patch also fixes the misconfigured rules definition.
2022-11-30 17:05:59 +08:00
---
extends: default
rules:
indentation:
level: error
indent-sequences: false
...