Skip to content

Commit 5b2efef

Browse files
Update to spago next (#1)
* Add new spago as dev dep * Add new spago config * Update CI
1 parent 6d92699 commit 5b2efef

File tree

4 files changed

+743
-3
lines changed

4 files changed

+743
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -51,7 +51,7 @@ jobs:
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'

0 commit comments

Comments
 (0)