actions / starter-workflows
- понедельник, 18 ноября 2019 г. в 00:27:04
Accelerating new GitHub Actions workflows
These are the workflow files for helping people get started with GitHub Actions.
Directory structure:
Each workflow must be written in YAML and have a .yml extension. They also need a corresponding .properties.json file that contains extra metadata about the workflow (this is displayed in the GitHub.com UI).
For example: ci/python-django.yml and ci/python-django.properties.json.
Valid properties:
name: the name shown in onboardingdescription: the description shown in onboardingiconName: the icon name in the relevant folder, for example django should have an icon icons/django.svg. Only SVG is supported at this timecategories: the categories that it will be shown under