Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created November 23, 2022 19:57
Show Gist options
  • Save apeckham/3115db1e3e52e8cac8f8a65b1b046f99 to your computer and use it in GitHub Desktop.
Save apeckham/3115db1e3e52e8cac8f8a65b1b046f99 to your computer and use it in GitHub Desktop.
gitlab clojure zprint assert files are formatted
Format:
needs: []
image: an-image-with-zprint
script:
- zprintl -fsc $(cat list-of-files-that-should-be-formatted)
FROM bitnami/minideb:jessie
ADD zprintl-1.2.0 /usr/local/bin/zprintl
RUN chmod +x /usr/local/bin/zprintl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment