Skip to content

Commit

Permalink
split npm
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Apr 23, 2024
1 parent 28c6291 commit fa4fb59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
uses: actions/checkout@v4
with:
submodules: recursive
-
name: Set up npm for linting
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: https://registry.npmjs.org/
-
name: Lint Markdown
run: npm ci && npm run mdlint
run: npm ci
run: npm run mdlint
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit fa4fb59

Please sign in to comment.