asdas
This commit is contained in:
parent
e1f37b8ac9
commit
cc955c6178
@ -21,7 +21,9 @@ jobs:
|
||||
apk add git
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Verify links in markdown files
|
||||
run: npm install && npm run readme:link
|
||||
run: |
|
||||
npm install
|
||||
npm run readme:link
|
||||
|
||||
markdown-lint:
|
||||
container:
|
||||
@ -34,8 +36,10 @@ jobs:
|
||||
apk update
|
||||
apk add git
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Link markdown files
|
||||
run: npm install && npm run readme:lint
|
||||
- name: Lint markdown files
|
||||
run: |
|
||||
npm install
|
||||
npm run readme:lint
|
||||
|
||||
generate-parameters:
|
||||
container:
|
||||
@ -49,6 +53,8 @@ jobs:
|
||||
apk add git
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Generate parameter section in README
|
||||
run: npm run readme:parameters
|
||||
run: |
|
||||
npm install
|
||||
npm run readme:parameters
|
||||
- name: Compare diff
|
||||
run: git diff --exit-code --name-only README.md
|
||||
|
Loading…
Reference in New Issue
Block a user