File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
node-version : ' 14'
39
39
- name : Install dependencies
40
- run : cd smithy-typescript-ssdk-libs && yarn
40
+ run : yarn
41
41
- name : Run eslint
42
- run : cd smithy-typescript-ssdk-libs && yarn lint
42
+ run : yarn lint
43
43
44
44
test-typescript :
45
45
runs-on : ubuntu-latest
50
50
with :
51
51
node-version : ' 14'
52
52
- name : Install dependencies
53
- run : cd smithy-typescript-ssdk-libs && yarn
53
+ run : yarn
54
54
- name : Run tests
55
- run : cd smithy-typescript-ssdk-libs && yarn test
55
+ run : yarn test
56
56
57
57
ensure-typescript-formatted :
58
58
runs-on : ubuntu-latest
63
63
with :
64
64
node-version : ' 14'
65
65
- name : Install dependencies
66
- run : cd smithy-typescript-ssdk-libs && yarn
66
+ run : yarn
67
67
- name : Run the code formatter
68
- run : cd smithy-typescript-ssdk-libs && yarn format
68
+ run : yarn format
69
69
# This checks the output of git diff. If it's not empty (i.e there were
70
70
# changes) it'll return a non-zero error code.
71
71
- name : Ensure there are no changes from running the formatter
You can’t perform that action at this time.
0 commit comments