We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb6b7a4 + 4ee7fc8 commit 01621b4Copy full SHA for 01621b4
.github/workflows/lint.yml
@@ -4,12 +4,12 @@ on: [push, pull_request]
4
5
jobs:
6
test:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- name: Use Node.js
11
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
12
with:
13
- node-version: '12.x'
14
- - run: npm install -g markdownlint-cli@0.23.2
+ node-version: '18'
+ - run: npm install -g markdownlint-cli
15
- run: markdownlint '**/*.md' --ignore node_modules
0 commit comments