diff --git a/.github/ISSUE_TEMPLATE/.remarkrc.yaml b/.github/ISSUE_TEMPLATE/.remarkrc.yaml index b00c4dd..5efb4e3 100644 --- a/.github/ISSUE_TEMPLATE/.remarkrc.yaml +++ b/.github/ISSUE_TEMPLATE/.remarkrc.yaml @@ -1,2 +1,2 @@ plugins: - remark-lint-heading-style: [true, 'atx'] + remark-lint-heading-style: [true, "atx"] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3314828..7d5512c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -66,6 +66,7 @@ steps: ## Checklist -- [ ] I have read the [non-file dependencies limitation](https://github.com/awalsh128/cache-apt-pkgs-action/blob/main/README.md#non-file-dependencies) +- [ ] I have read the + [non-file dependencies limitation](https://github.com/awalsh128/cache-apt-pkgs-action/blob/main/README.md#non-file-dependencies) - [ ] I have searched existing issues for duplicates - [ ] I have provided all requested information above diff --git a/.trunk/configs/.remarkrc.yaml b/.trunk/configs/.remarkrc.yaml index 886fa76..e8c7321 100644 --- a/.trunk/configs/.remarkrc.yaml +++ b/.trunk/configs/.remarkrc.yaml @@ -5,4 +5,4 @@ plugins: # Allow ATX-style headings (using #). Previously Trunk/remark was expecting # setext-style for certain heading levels which caused the "Unexpected ATX # heading, expected setext" errors. Setting this rule to 'atx' relaxes that. - remark-lint-heading-style: [true, 'atx'] + remark-lint-heading-style: [true, "atx"]