Skip to content

Commit f3afcf4

Browse files
committed
ci: add install=true to setup-unirtm action
1 parent af3fa5c commit f3afcf4

6 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/dependabot-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
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

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/nightly-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
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

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)