File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -14,27 +14,19 @@ jobs:
14
14
15
15
- uses : purescript-contrib/setup-purescript@main
16
16
with :
17
- purescript : " unstable "
17
+ purescript : " latest "
18
18
purs-tidy : " latest"
19
+ spago : " unstable"
19
20
20
21
- uses : actions/setup-node@v4
21
22
with :
22
23
node-version : " lts/*"
23
24
24
- - name : Install dependencies
25
- run : |
26
- npm install -g bower
27
- npm install
28
- bower install --production
29
-
30
25
- name : Build source
31
- run : npm run-script build
26
+ run : spago build --censor-stats --strict --pedantic-packages
32
27
33
28
- name : Run tests
34
- run : |
35
- bower install
36
- npm run-script test --if-present
29
+ run : spago test --censor-stats --strict --pedantic-packages
37
30
38
- - name : Check formatting
39
- run : |
40
- purs-tidy check src test
31
+ - name : Verify formatting
32
+ run : purs-tidy check src test
You can’t perform that action at this time.
0 commit comments