mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
disable linting first line PR
This commit is contained in:
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -1,4 +1,4 @@
|
|||||||
## Context
|
## Context <!-- markdownlint-disable MD041 -->
|
||||||
|
|
||||||
* <!-- What do you want to achieve with this PR? -->
|
* <!-- What do you want to achieve with this PR? -->
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@@ -30,7 +30,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
config: '.markdownlint.jsonc'
|
config: '.markdownlint.jsonc'
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
ignore: '.github/pull_request_template.md'
|
|
||||||
test-build:
|
test-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user