Skip to content

Commit

Permalink
github/workflow: fix npm prittier
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
  • Loading branch information
Jakob3xD committed Apr 5, 2024
1 parent ef89f9e commit 4731b77
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 @@ -26,6 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm i -g npm@8 --unsafe-perm=true && npm i -g prettier
run: npm i -g npm@8 --unsafe-perm=true && npm i -g prettier --unsafe-perm=true
- name: Check markdown files
run: prettier --prose-wrap never --check **/*.md

0 comments on commit 4731b77

Please sign in to comment.