File tree Expand file tree Collapse file tree 3 files changed +15
-21
lines changed Expand file tree Collapse file tree 3 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 28
28
output
29
29
30
30
- name : Build source
31
- run : spago build --censor-stats --strict --pedantic-packages
31
+ run : spago build --censor-stats --strict --ensure-ranges -- pedantic-packages
32
32
33
33
- name : Run tests
34
34
run : spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
Original file line number Diff line number Diff line change 4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/purescript-contrib/purescript-github-actions-toolkit"
7
- },
8
- "ignore" : [
9
- " **/.*" ,
10
- " node_modules" ,
11
- " bower_components" ,
12
- " output"
13
- ]
7
+ }
14
8
}
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ package:
7
7
githubOwner : purescript-contrib
8
8
githubRepo : purescript-github-actions-toolkit
9
9
dependencies :
10
- - aff
11
- - aff-promise
12
- - control
13
- - effect
14
- - exceptions
15
- - foreign-object
16
- - maybe
17
- - node-buffer
18
- - node-path
19
- - node-streams
20
- - nullable
21
- - prelude
22
- - transformers
10
+ - aff : " >=8.0.0 <9.0.0 "
11
+ - aff-promise : " >=4.0.0 <5.0.0 "
12
+ - control : " >=6.0.0 <7.0.0 "
13
+ - effect : " >=4.0.0 <5.0.0 "
14
+ - exceptions : " >=6.1.0 <7.0.0 "
15
+ - foreign-object : " >=4.1.0 <5.0.0 "
16
+ - maybe : " >=6.0.0 <7.0.0 "
17
+ - node-buffer : " >=9.0.0 <10.0.0 "
18
+ - node-path : " >=5.0.0 <6.0.0 "
19
+ - node-streams : " >=9.0.0 <10.0.0 "
20
+ - nullable : " >=6.0.0 <7.0.0 "
21
+ - prelude : " >=6.0.1 <7.0.0 "
22
+ - transformers : " >=6.1.0 <7.0.0 "
23
23
test :
24
24
main : Test.Main
25
25
dependencies :
You can’t perform that action at this time.
0 commit comments