Skip to content

Commit 39a9bbc

Browse files
Add GitHub Actions & CI section linking to setup-luca and LucaWorkflows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 96907f7 commit 39a9bbc

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,28 @@ <h3>4. Share Settings</h3>
218218
</div>
219219
</section>
220220

221+
<section class="usage usage-section">
222+
<h2>GitHub Actions &amp; CI</h2>
223+
224+
<div class="command-examples grid-3">
225+
<div class="example card">
226+
<div class="feature-icon">⚙️</div>
227+
<h3>setup-luca</h3>
228+
<p>A GitHub Action that installs Luca and optionally runs <code>luca install</code> as part of your workflow. Available on the <a href="https://github.com/marketplace/actions/setup-luca" target="_blank">GitHub Actions Marketplace</a>.</p>
229+
<pre><code>- uses: LucaTools/setup-luca@v1
230+
with:
231+
spec: Lucafile</code></pre>
232+
<p><a href="https://github.com/LucaTools/setup-luca" target="_blank">github.com/LucaTools/setup-luca</a></p>
233+
</div>
234+
<div class="example card">
235+
<div class="feature-icon">🔄</div>
236+
<h3>LucaWorkflows</h3>
237+
<p>Ready-to-use workflow templates to build, package, and publish Luca-compatible releases from Swift, Go, Rust, Python, C#, and Zig projects.</p>
238+
<p><a href="https://github.com/LucaTools/LucaWorkflows" target="_blank">github.com/LucaTools/LucaWorkflows</a></p>
239+
</div>
240+
</div>
241+
</section>
242+
221243
<section class="benefits usage-section">
222244
<h2>Additional Features</h2>
223245

0 commit comments

Comments
 (0)