Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 693 Bytes

File metadata and controls

22 lines (14 loc) · 693 Bytes

example-react

view-action-graph

A simple Hello World app in React, built using an Actionforge graph as the CI/CD pipeline.

Build

npm ci
npm run build

Graph

The build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:

checkout -> build -> upload-artifact

It runs on every push to main, on pull requests, and on manual dispatch.