troelsbjerre / Bottleneck

Factorio mod that tell you which assemblers are starved of ingredients
Other
26 stars 21 forks source link

Add linting workflow #63

Closed Roang-zero1 closed 4 years ago

Roang-zero1 commented 4 years ago

I've created some GitHub workflows for Factorio Mods (factorio-mod-actions). I would recommend to add the linting workflow in order to improve code quality (This pull request).

If there is any interest it is a also possible to do automatic releases from tagged versions of the repository to the mod portal and GitHub.

troelsbjerre commented 4 years ago

Automatic releases would be great, if we can agree on the triggers. Testing is still manual and somewhat time consuming.

Roang-zero1 commented 4 years ago

You can look at an example in this repository: https://github.com/Roang-zero1/upgrade-planner-next What I do is only release the mod to GitHub and the mod portal when a new git tag is added to the repository that matches the mod version.

troelsbjerre commented 4 years ago

Automatic release set and works like a charm.