Commit 735f8e0d authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'b-kamphorst-main-patch-03786' into 'main'

fix: show prettier version

See merge request just-ci/templates!230
parents 6849b361 73559ef8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ docs:prettier:
    name: registry.gitlab.com/just-ci/images/prettier:latest
    entrypoint: []
  script:
    - prettier --version
    - |
      if ! prettier ${PRETTIER_DEFAULT_ARGS} ${PRETTIER_EXTRA_ARGS} ${PRETTIER_CHECK_PATH}; then
        echo "[!] Run the following in the root of the repository:"