File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 4343
4444 - name : Validate main action
4545 run : |
46- $HOME/.stk/bin/stk validate action
46+ $HOME/.stk/bin/stk validate action
47+
48+ - name : Validate runtime-cancel-run-action action
49+ run : |
50+ cd runtime-cancel-run-action
51+ $HOME/.stk/bin/stk validate action
52+
53+ - name : Validate runtime-create-manifest-action action
54+ run : |
55+ cd runtime-create-manifest-action
56+ $HOME/.stk/bin/stk validate action
57+
58+ - name : Validate runtime-deploy-action action
59+ run : |
60+ cd runtime-deploy-action
61+ $HOME/.stk/bin/stk validate action
62+
63+ - name : Validate runtime-destroy-action action
64+ run : |
65+ cd runtime-destroy-action
66+ $HOME/.stk/bin/stk validate action
67+
68+ - name : Validate runtime-iac-action action
69+ run : |
70+ cd runtime-iac-action
71+ $HOME/.stk/bin/stk validate action
72+
73+ - name : Validate runtime-manager-action action
74+ run : |
75+ cd runtime-manager-action
76+ $HOME/.stk/bin/stk validate action
77+
78+ - name : Validate runtime-rollback-action action
79+ run : |
80+ cd runtime-rollback-action
81+ $HOME/.stk/bin/stk validate action
82+
83+ - name : Validate runtime-matrix action
84+ run : |
85+ cd runtime-matrix
86+ $HOME/.stk/bin/stk validate action
87+
88+
You can’t perform that action at this time.
0 commit comments