Skip to content

Commit

Permalink
chore(ci): cspell improve error readability (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 authored Sep 24, 2024
1 parent 2745a41 commit 630a0cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions earthly/cspell/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ CHECK:
WORKDIR /work

COPY $src .
RUN cspell-cli lint . --dot

RUN cspell-cli --quiet lint . --dot

# CLEAN: Cleanup the project dictionary.
CLEAN:
FUNCTION

COPY .config/dictionaries/project.dic project.dic
RUN sort -u -d -f project.dic > new.dic
IF ! diff -q project.dic new.dic
Expand Down

0 comments on commit 630a0cf

Please sign in to comment.