mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
test markdownlint
This commit is contained in:
9
.github/workflows/linting.yml
vendored
9
.github/workflows/linting.yml
vendored
@@ -21,6 +21,15 @@ jobs:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
lint: 'hadolint'
|
lint: 'hadolint'
|
||||||
failure-threshold: error
|
failure-threshold: error
|
||||||
|
markdownlint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Lint Readme file
|
||||||
|
uses: docker://avtodev/markdown-lint:v1 # fastest way
|
||||||
|
with:
|
||||||
|
args: './README.md ./k8s/readme.md'
|
||||||
test-build:
|
test-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user