Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 36f1907 commit 7ba4a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lint:
shfmt -d {{ scripts }}
just --unstable --fmt --check
prettier -c $(git ls-files '*.yml' '*.yaml')
markdownlint-cli .
markdownlint .

# runs linters but makes fixes when possible
lint-fix:
Expand All @@ -99,7 +99,7 @@ lint-fix:
shfmt -w {{ scripts }}
just --unstable --fmt
prettier -w $(git ls-files '*.yml' '*.yaml')
markdownlint-cli --fix .
markdownlint --fix .

render-all: render-help render-completions render-mangen

Expand Down

0 comments on commit 7ba4a26

Please sign in to comment.