Skip to content

Commit

Permalink
split npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Apr 23, 2024
1 parent ed97584 commit 84eddd6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18.x'
-
name: npm install (ci)
run: npm ci
-
name: npm login
run: npm login
-
name: Lint Markdown
run: npm ci && npm run mdlint
run: npm run mdlint
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 84eddd6

Please sign in to comment.