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