Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cffd9d310 | |||
| c085b899a4 |
@@ -8,11 +8,16 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: runners-privilegedescalation
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '20'
|
||||||
|
|
||||||
- name: Lint Markdown
|
- name: Lint Markdown
|
||||||
uses: DavidAnson/markdownlint-cli2-action@v22
|
uses: DavidAnson/markdownlint-cli2-action@v22
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user