Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roang-zero1/factorio-mod-actions
https://github.com/roang-zero1/factorio-mod-actions
actions ci continuous-integration docker factorio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roang-zero1/factorio-mod-actions
- Owner: Roang-zero1
- License: mit
- Created: 2019-06-10T22:20:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T09:00:58.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T11:21:38.514Z (4 months ago)
- Topics: actions, ci, continuous-integration, docker, factorio
- Language: Dockerfile
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions for Factorio Mods
This repository contains actions to test and deploy your Factorio mod with GitHub Actions.
## Sample Workflow
A [sample workflow](sample/push-check-release.yml) for checking and releasing a Factorio mod is included in this repository.
## Acknowledgements
Docker files for Lua based on [akornatskyy/docker-library/](https://github.com/akornatskyy/docker-library/)
Factorio build scripts based on:
- [Nexelas Mods](https://github.com/Nexela)
- [GitHub Action to automatically publish to the Factorio mod portal](https://github.com/shanemadden/factorio-mod-portal-publish)
- Shane Madden (Nymbia)