March 21, 2020

80 words 1 min read

Github Actions

Github Actions

Workflow setup

You can create more than one workflow in a repository. You must store workflows in the .github/workflows directory in the root of your repository.

Workflows must have at least one job, and jobs contain a set of steps that perform individual tasks. Steps can run commands or use an action. You can create your own actions or use actions shared by the GitHub community and customize them as needed.

Workflows are configured via YAML files

updating for test…..