File tree Expand file tree Collapse file tree 4 files changed +743
-3
lines changed
Expand file tree Collapse file tree 4 files changed +743
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535
3636 - name : Setup PureScript tooling
3737 run :
38- npm i -g purescript@latest purs-tidy@latest purescript-psa@latest spago@latest
38+ npm i -g purescript@latest purs-tidy@latest purescript-psa@latest spago@next
3939
4040 - name : Cache PureScript dependencies
4141 uses : actions/cache@v3
4242 with :
43- key : ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall ') }}
43+ key : ${{ runner.os }}-spago-${{ hashFiles('**/spago.yml ') }}
4444 path : |
4545 .spago
4646 output
5151 # Note: `purs-args` actually forwards these args to `psa`
5252 - name : Build the project
5353 run : |
54- npx spago build --purs-args "--censor-lib --strict"
54+ npx spago build
5555
5656 - name : Check Formatting
5757 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments