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 433925c commit 9f225d0Copy full SHA for 9f225d0
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Show Purescript version
26
run: |
27
export PATH=${HOME}/.bun/bin:${PATH}
28
- type purescript
+ type purs
29
type spago
30
- purescript --version
+ purs --version
31
spago --version
README.md
@@ -61,8 +61,8 @@ Github Actions:
61
- name: Show purescript version
62
63
64
65
66
67
68
```
0 commit comments