File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
- name : Setup Job
34
34
id : setup-job
35
- uses : .github/actions/setup-job.yml
35
+ uses : ./. github/actions/setup-job
36
36
37
37
- name : Build dist/ Directory
38
38
id : build
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Setup Job
25
25
id : setup-job
26
- uses : .github/actions/setup-job.yml
26
+ uses : ./. github/actions/setup-job
27
27
28
28
- name : Lint
29
29
id : lint
37
37
steps :
38
38
- name : Setup Job
39
39
id : setup-job
40
- uses : .github/actions/setup-job.yml
40
+ uses : ./. github/actions/setup-job
41
41
42
42
- name : Lint
43
43
id : lint
50
50
steps :
51
51
- name : Setup Job
52
52
id : setup-job
53
- uses : .github/actions/setup-job.yml
53
+ uses : ./. github/actions/setup-job
54
54
55
55
- name : Tests
56
56
id : tests
You can’t perform that action at this time.
0 commit comments