Skip to content

Commit

Permalink
fix: permission in markdownlint action
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 6ff2599 commit 9f150e4
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 @@ -17,7 +17,7 @@ jobs:

- name: Run markdownlint
run: |
sudo npm install -g markdownlint-cli
npm install -g markdownlint-cli
markdownlint $(find . -name '*.md' | grep -vF './.git')
codespell:
Expand Down

0 comments on commit 9f150e4

Please sign in to comment.