Skip to content

Commit

Permalink
Remove extraneous semi-colon
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Stromberg <[email protected]>
  • Loading branch information
tstromberg committed Sep 22, 2021
1 parent e8cce10 commit e94f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ! git ls-files '*.sh' '*.go' '*.md' | xargs codespell -q 3 -I .codespell-whit
fi

# --check doesn't show what line number fails, so write the result to disk for the diff to catch
if ! git ls-files '*.yml' '*.json' '*.md' | xargs prettier --list-different --write;; then
if ! git ls-files '*.yml' '*.json' '*.md' | xargs prettier --list-different --write; then
failed=1
fi

Expand Down

0 comments on commit e94f138

Please sign in to comment.