File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,17 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@v2
17- - uses : ./ # equivalent to thomashoneyman/setup-purescript@<branch>
17+
18+ - uses : ./ # equivalent to purescript-contrib/setup-purescript@<branch>
1819 with :
1920 purty : " latest"
2021 zephyr : " latest"
21- - name : Check tools are installed correctly
22- run : |
23- purty src/Main.purs
24- spago build --purs-args '--censor-lib --strict --codegen corefn,js'
25- zephyr -f Main.main
22+
23+ - name : Check purty is installed correctly
24+ run : purty src/Main.purs
25+
26+ - name : Check spago, psa, and purs are installed correctly
27+ run : spago build --purs-args '--censor-lib --strict --codegen corefn,js'
28+
29+ - name : Check zephyr is installed correctly
30+ run : zephyr -f Main.main
You can’t perform that action at this time.
0 commit comments