Skip to content

ci: add frontend CI workflow#61

Open
willy-de7 wants to merge 1 commit into
codebestia:mainfrom
willy-de7:ci/add-frontend-workflow
Open

ci: add frontend CI workflow#61
willy-de7 wants to merge 1 commit into
codebestia:mainfrom
willy-de7:ci/add-frontend-workflow

Conversation

@willy-de7
Copy link
Copy Markdown

closes #47

Description

Adds a GitHub Actions workflow for frontend CI that runs on push/PR to apps/web/**.

Changes

  • Created .github/workflows/frontend-ci.yml
  • Workflow triggers only when apps/web files change
  • Uses pnpm/action-setup@v4 without version key (reads from packageManager field)

Steps

  1. Install dependencies with pnpm install --frozen-lockfile
  2. Run lint: pnpm --filter web lint
  3. Run build: pnpm --filter web build

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@willy-de7 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Add frontend CI workflow

2 participants