Skip to content

Commit

Permalink
Merge pull request #206 from plotly/update-markdownlint-action
Browse files Browse the repository at this point in the history
Update `lint.yml`
  • Loading branch information
etpinard authored Jun 12, 2023
2 parents bb6b7a4 + 4ee7fc8 commit 01621b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '12.x'
- run: npm install -g markdownlint-cli@0.23.2
node-version: '18'
- run: npm install -g markdownlint-cli
- run: markdownlint '**/*.md' --ignore node_modules

0 comments on commit 01621b4

Please sign in to comment.