Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 923 Bytes

DEVELOPMENT.md

File metadata and controls

34 lines (21 loc) · 923 Bytes

Development

See Development for web development. Note: Other development guides are coming soon

Systems

Conventions

Changelog and commits

GitHub actions

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