Skip to content
/ actions Public
forked from OpenTTD/actions

GitHub Actions as used by OpenTTD projects

License

Notifications You must be signed in to change notification settings

glx22/actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions

This repository contains several GitHub Actions and Workflows that help with the GitHub Actions for other repositories of OpenTTD.

Actions

Reusing Workflows

Example of how to use a reusing workflows:

job:
  uses: OpenTTD/actions/.github/workflows/rw-<workflow>.yml@v4
  with:
    # See each workflow for their parameters.

About

GitHub Actions as used by OpenTTD projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.1%
  • Dockerfile 6.7%
  • Python 2.2%