58ac474139
I don't know much about github actions, so I hope it works correctly. The yml file is based on https://github.com/ChaosWormz/teleport-request/blob/master/.github/workflows/build.yml
12 lines
247 B
YAML
12 lines
247 B
YAML
on: [push, pull_request]
|
|
name: luacheck
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: lint
|
|
uses: Roang-zero1/factorio-mod-luacheck@master
|
|
with:
|
|
luacheckrc_url: ""
|