Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 701 Bytes

File metadata and controls

21 lines (13 loc) · 701 Bytes

example-python

view-action-graph

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

Run

python hello.py

Graph

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

checkout -> setup-python -> run (shell: python)

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