We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d92699 commit 5b2efefCopy full SHA for 5b2efef
.github/workflows/ci.yml
@@ -35,12 +35,12 @@ jobs:
35
36
- name: Setup PureScript tooling
37
run:
38
- npm i -g purescript@latest purs-tidy@latest purescript-psa@latest spago@latest
+ npm i -g purescript@latest purs-tidy@latest purescript-psa@latest spago@next
39
40
- name: Cache PureScript dependencies
41
uses: actions/cache@v3
42
with:
43
- key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
+ key: ${{ runner.os }}-spago-${{ hashFiles('**/spago.yml') }}
44
path: |
45
.spago
46
output
@@ -51,7 +51,7 @@ jobs:
51
# Note: `purs-args` actually forwards these args to `psa`
52
- name: Build the project
53
run: |
54
- npx spago build --purs-args "--censor-lib --strict"
+ npx spago build
55
56
- name: Check Formatting
57
if: runner.os == 'Linux'
0 commit comments