See Development for web development. Note: Other development guides are coming soon
- We are using Conventional Changelog with Angular conventions
- Commits from core contributors and forks should be done against
next
branch
You can use act
to develop actions locally.
act -l
Example running workflow_dispatch
event on analyze_app
job:
act workflow_dispatch -j analyze_app -s GITHUB_TOKEN="$(gh auth token)" --secret-file ./config/gh-secrets.local
Notes:
- GitHub secrets can be places in
/config/gh-actions-secrets.local