This action will run your mod code through luacheck.
This action can be used with a repository contain a Factorio mod at base level.
The action can be used as follows:
on: push
name: Check & Release
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: https://raw.githubusercontent.com/Nexela/Factorio-luacheckrc/0.17/.luacheckrc
A sample workflow that uses this action can be found at Roang-zero1/factorio-mod-actions
URL to the luacheckrc configuration file to be used during checking.
Default: https://raw.githubusercontent.com/Nexela/Factorio-luacheckrc/0.17/.luacheckrc
If you assign an empty string "" the .luacheck file from the working tree will be used.
For current luacheckrc to use with factorio I recommend Nexela/Factorio-luacheckrc