mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-24 20:31:27 +00:00
Relaxed MD Linter Rules
This commit is contained in:
parent
6e82becbf7
commit
ed3460701f
2
.github/ISSUE_TEMPLATE/.remarkrc.yaml
vendored
2
.github/ISSUE_TEMPLATE/.remarkrc.yaml
vendored
|
|
@ -1,2 +1,2 @@
|
|||
plugins:
|
||||
remark-lint-heading-style: [true, 'atx']
|
||||
remark-lint-heading-style: [true, "atx"]
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue