mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
change linter
This commit is contained in:
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@@ -26,10 +26,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Lint Readme file
|
- uses: DavidAnson/markdownlint-cli2-action@v15
|
||||||
uses: docker://avtodev/markdown-lint:v1 # fastest way
|
|
||||||
with:
|
with:
|
||||||
args: './README.md ./k8s/readme.md'
|
globs: '**/*.md'
|
||||||
test-build:
|
test-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user