fix markdown linting

This commit is contained in:
Conor Sloan
2023-11-22 13:36:22 +00:00
parent 1cd46a724e
commit cceef5869f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -2,6 +2,11 @@
MD004:
style: dash
# Increase the max line length limit
MD013:
line_length: 200
# Ordered list item prefix
MD029:
style: one
+1 -1
View File
@@ -57,4 +57,4 @@ The key differences are:
- This Action uses Node.js libraries to create both a `zip` and `tar.gz` of the content as layers.
- This Action creates and publishes the OCI manifest which houses those archives, which was previously done on the backend.
- This Action has the goal of generating provenance attestations for any release that is created.
- This Action parses and validates that the release tag which triggered it is in a valid semver format, either `1.0.3-prerelease` or `v1.0.0-prerelease`.
- This Action parses and validates that the release tag which triggered it is in a valid SemVer format, either `1.0.3-prerelease` or `v1.0.0-prerelease`.