File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109109
110110 - name : " ⚡ Setup UniRTM"
111111 uses : snowdreamtech/setup-unirtm@v0.0.12
112+ with :
113+ install : true
112114
113115 - name : " 📝 Validate Commit Convention (Commitlint)"
114116 shell : sh
Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ jobs:
183183
184184 - name : " ⚡ Setup UniRTM"
185185 uses : snowdreamtech/setup-unirtm@v0.0.12
186+ with :
187+ install : true
186188
187189 - name : " 🔍 Inspect Code Quality (Lint)"
188190 shell : sh
@@ -278,6 +280,8 @@ jobs:
278280
279281 - name : " ⚡ Setup UniRTM"
280282 uses : snowdreamtech/setup-unirtm@v0.0.12
283+ with :
284+ install : true
281285
282286 - name : " 📦 Cache Language Dependencies (Advanced)"
283287 uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
@@ -402,6 +406,8 @@ jobs:
402406
403407 - name : " ⚡ Setup UniRTM"
404408 uses : snowdreamtech/setup-unirtm@v0.0.12
409+ with :
410+ install : true
405411
406412 - name : " 📝 Validate Commit Convention (Commitlint)"
407413 shell : sh
Original file line number Diff line number Diff line change 7777
7878 - name : " ⚡ Setup UniRTM"
7979 uses : snowdreamtech/setup-unirtm@v0.0.12
80+ with :
81+ install : true
8082
8183 - name : " 🧪 Run Generator Smoke Test"
8284 shell : sh
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ jobs:
218218
219219 - name : " ⚡ Setup UniRTM"
220220 uses : snowdreamtech/setup-unirtm@v0.0.12
221+ with :
222+ install : true
221223
222224 - name : " 🚀 Distribute Artifacts (GoReleaser)"
223225 uses : goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
Original file line number Diff line number Diff line change 5555
5656 - name : " ⚡ Setup UniRTM"
5757 uses : snowdreamtech/setup-unirtm@v0.0.12
58+ with :
59+ install : true
5860
5961 - name : " 🛡️ Run Security Audit"
6062 shell : sh
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100100
101101 - name : " ⚡ Setup UniRTM"
102102 uses : snowdreamtech/setup-unirtm@v0.0.12
103+ with :
104+ install : true
103105
104106 - name : " 🚀 compile documentation artifacts"
105107 shell : sh
You can’t perform that action at this time.
0 commit comments