unison/scripts/check.sh
2024-01-04 15:40:35 -08:00

10 lines
319 B
Bash
Executable File

#!/bin/bash
# eventually: ormolu -c `find . -name '*.hs'`
true \
&& stack build --fast --test \
&& stack exec transcripts \
&& stack exec unison transcript unison-src/transcripts-round-trip/main.md \
&& stack exec unison transcript unison-src/transcripts-manual/rewrites.md \
&& stack exec integration-tests