File tree 9 files changed +370
-93
lines changed
9 files changed +370
-93
lines changed Original file line number Diff line number Diff line change 1
- name : docker
1
+ name : ci
2
2
3
3
on :
4
4
push :
12
12
- name : Set current date as env variable
13
13
id : tagname
14
14
run : echo "::set-output name=timestamp::$(date +'%s')"
15
+
16
+ - uses : actions/checkout@v3
17
+ - uses : actions/setup-node@v3
18
+ with :
19
+ node-version-file : " .node-version"
20
+
21
+ - run : npm ci
22
+ - run : npm run format:validate
23
+ - run : npm test
24
+
15
25
- name : Set up QEMU
16
26
uses : docker/setup-qemu-action@v2
17
27
- name : Set up Docker Buildx
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "type" : " application" ,
3
- "source-directories" : [
4
- " src"
5
- ],
6
- "elm-version" : " 0.19.1" ,
7
- "dependencies" : {
8
- "direct" : {
9
- "elm/browser" : " 1.0.1" ,
10
- "elm/core" : " 1.0.2" ,
11
- "elm/html" : " 1.0.0" ,
12
- "elm/time" : " 1.0.0"
13
- },
14
- "indirect" : {
15
- "elm/json" : " 1.1.2" ,
16
- "elm/url" : " 1.0.0" ,
17
- "elm/virtual-dom" : " 1.0.2"
18
- }
2
+ "type" : " application" ,
3
+ "source-directories" : [" src" ],
4
+ "elm-version" : " 0.19.1" ,
5
+ "dependencies" : {
6
+ "direct" : {
7
+ "elm/browser" : " 1.0.2" ,
8
+ "elm/core" : " 1.0.5" ,
9
+ "elm/html" : " 1.0.0" ,
10
+ "elm/time" : " 1.0.0"
19
11
},
20
- "test-dependencies" : {
21
- "direct" : {
22
- "elm-explorations/test" : " 1.2.2"
23
- },
24
- "indirect" : {
25
- "elm/random" : " 1.0.0"
26
- }
12
+ "indirect" : {
13
+ "elm/json" : " 1.1.3" ,
14
+ "elm/url" : " 1.0.0" ,
15
+ "elm/virtual-dom" : " 1.0.3"
27
16
}
17
+ },
18
+ "test-dependencies" : {
19
+ "direct" : {
20
+ "elm-explorations/test" : " 1.2.2"
21
+ },
22
+ "indirect" : {
23
+ "elm/random" : " 1.0.0"
24
+ }
25
+ }
28
26
}
You can’t perform that action at this time.
0 commit comments