Skip to content

Commit

Permalink
fix for markdown linter
Browse files Browse the repository at this point in the history
set fixed ubuntu version and updated package names
  • Loading branch information
ChristianKuehnel authored and tlattner committed Oct 13, 2021
1 parent fbc6a2f commit b572883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1

Expand All @@ -19,7 +19,7 @@ jobs:
- name: install markdownlint-cli
run: |
sudo apt-get update
sudo apt-get install -y npm sudo nodejs-dev node-gyp libssl1.0-dev
sudo apt-get install -y npm sudo nodejs
npm install markdownlint-cli
- name: lint markdown files
Expand Down

0 comments on commit b572883

Please sign in to comment.