[PR #612] [MERGED] Feat/setup frontend composite action #4255

Closed
opened 2026-04-16 12:56:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/612
Author: @dpschen
Created: 4/2/2025
Status: Merged
Merged: 4/2/2025
Merged by: @kolaente

Base: mainHead: feat/setup-frontend-composite-action


📝 Commits (2)

  • ea632be feat: remove 'frontend-dependencies' step
  • 51a670a feat: composite action for frontend setup

📊 Changes

3 files changed (+31 additions, -99 deletions)

View changed files

.github/actions/setup-frontend/action.yml (+18 -0)
📝 .github/workflows/release.yml (+3 -15)
📝 .github/workflows/test.yml (+10 -84)

📄 Description

Originally I thought I could integrate actions/checkout, but sadly that's not possible in a composite action.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/612 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/setup-frontend-composite-action` --- ### 📝 Commits (2) - [`ea632be`](https://github.com/go-vikunja/vikunja/commit/ea632beddd3d2e249047e14dde2033b1ea704289) feat: remove 'frontend-dependencies' step - [`51a670a`](https://github.com/go-vikunja/vikunja/commit/51a670ad853ef7c2b5327f442ebf638c7ed2e7aa) feat: composite action for frontend setup ### 📊 Changes **3 files changed** (+31 additions, -99 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/setup-frontend/action.yml` (+18 -0) 📝 `.github/workflows/release.yml` (+3 -15) 📝 `.github/workflows/test.yml` (+10 -84) </details> ### 📄 Description Originally I thought I could integrate `actions/checkout`, but sadly that's not possible in a composite action. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 12:56:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#4255