Skip to content

✅ A repository of templates for GitHub Actions CI configurations.

License

Notifications You must be signed in to change notification settings

cutenode/github-actions-ci-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions CI Templates

A repository of templates for GitHub Actions CI configurations.

The Templates

How to use the Templates

Add the appropriate YAML to your repository under the .github/workflows/ path, naming the YAML whatever you'd like to name it. I generally like to follow the language-platform(s)-ci.yml pattern, but your mileage may vary.

For example, if you wanted to use the nodejs-cross-platform-ci.yml template, you'd add it in:

- .github/
  - workflows/
    - nodejs-cross-platform-ci.yml # you can rename this whatever you'd like

How to improve the Templates

If you'd like to improve the templates provided, you're more than welcome to submit a PR! If you notice a template that's entirely missing but you'd like to see, feel free to send a Pull Request to add it yourself or create an issue requesting it to be added.