Skip to content

Commit 9f225d0

Browse files
committed
ci: verify purs instead od purescript
1 parent 433925c commit 9f225d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Show Purescript version
2626
run: |
2727
export PATH=${HOME}/.bun/bin:${PATH}
28-
type purescript
28+
type purs
2929
type spago
30-
purescript --version
30+
purs --version
3131
spago --version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Github Actions:
6161
- name: Show purescript version
6262
run: |
6363
export PATH=${HOME}/.bun/bin:${PATH}
64-
type purescript
64+
type purs
6565
type spago
66-
purescript --version
66+
purs --version
6767
spago --version
6868
```

0 commit comments

Comments
 (0)