Skip to content

Commit

Permalink
test: add actions/setup-node
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Nov 27, 2023
1 parent 9f150e4 commit a236c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: ghcr.io/vanilla-os/pico:main
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
- name: Run markdownlint
run: |
npm install -g markdownlint-cli
Expand Down

0 comments on commit a236c5a

Please sign in to comment.