A simple project to build a CI pipeline to test Python code.
The CI workflow can be started without a push or pull request.
- Open the repository on GitHub.
- Go to Actions.
- In the left sidebar, select CI (under All workflows).
- Click Run workflow.
- Choose the branch (usually
main), then click Run workflow again.
GitHub will queue a new run using the workflow file on that branch. When it finishes, open the run to see logs for install, lint, and tests.