Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.39 KB

GitHub Actions

This repository contains several GitHub Actions that help with the workflows as used by most other repositories of OpenTTD. This is mostly done to reduce code duplication between repositories.

As GitHub Actions doesn't allow to include workflows of other projects, this is mostly a nodeJS wrapper around a single step in a workflow.

Actions

Development

Developing GitHub Actions is difficult, as you cannot execute them on your local machine. (this is because the github.context won't be set on your local machine.)

To get started:

npm install
npm run all

Please always run npm run all before committing; otherwise the dist files will not be updated.