Skip to content

ci: establish GitHub Actions continuous integration - #4

Open
3innielee wants to merge 3 commits into
mainfrom
feature/3-establish-ci
Open

ci: establish GitHub Actions continuous integration#4
3innielee wants to merge 3 commits into
mainfrom
feature/3-establish-ci

Conversation

@3innielee

Copy link
Copy Markdown
Member

Summary

Establishes continuous integration for the BMDIB website using GitHub Actions.

Changes

  • Add a GitHub Actions workflow for pull requests targeting main
  • Use the Node.js version declared in .nvmrc
  • Install dependencies with npm ci
  • Run the Astro production build
  • Enable npm dependency caching
  • Document the CI workflow in the README

Validation

  • npm ci completes successfully
  • npm run build completes successfully

Related Issue

Closes #3

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.

Establish CI validation with GitHub Actions

1 participant