From cceef5869f966e9dc0131d6c0861bee7759f74bb Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Wed, 22 Nov 2023 13:36:22 +0000 Subject: [PATCH] fix markdown linting --- .github/linters/.markdown-lint.yml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 6d79773..7cfde04 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -2,6 +2,11 @@ MD004: style: dash +# Increase the max line length limit +MD013: + line_length: 200 + # Ordered list item prefix MD029: style: one + diff --git a/README.md b/README.md index 5ba57de..557a0f8 100644 --- a/README.md +++ b/README.md @@ -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`.