Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 538 Bytes

Contributing

Creating action

  • Read the doc on Creating a composite action.

  • Create your action.

  • Add an example workflow in .github/workflows

  • Generate action/README.md

    Run ./utils/generate_docs.sh <action> to generate action/README.md

  • Generate README.md

    Run ./utils/generate_readme.sh to generate README.md

More info: