Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)