Skip to content

chore: add build workflow#15

Merged
arbrandes merged 1 commit intoopenedx:mainfrom
arbrandes:build-ci
Apr 23, 2026
Merged

chore: add build workflow#15
arbrandes merged 1 commit intoopenedx:mainfrom
arbrandes:build-ci

Conversation

@arbrandes
Copy link
Copy Markdown
Contributor

Description

There was no CI workflow in this repo, so nothing caught webpack build breakage on pull requests. This PR adds a minimal GitHub Actions workflow that installs dependencies and runs npm run build on pushes to main and on all pull requests.

Refs openedx/frontend-base#124.

LLM usage notice

Built with assistance from Claude.

Adds a GitHub Actions workflow that runs npm run build on pushes to main and all pull requests, so changes that break the webpack build are caught in CI.

Co-Authored-By: Claude <noreply@anthropic.com>
@arbrandes arbrandes changed the title ci: add build workflow chore: add build workflow Apr 22, 2026
@arbrandes arbrandes merged commit 02cdbb8 into openedx:main Apr 23, 2026
3 checks passed
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.

2 participants