1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-07-15 06:20:22 +02:00
Files
minetest-mod-snow/.github/workflows/luacheck.yml
HybridDog 58ac474139 Add a GitHub action to run luacheck
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
2021-03-21 18:39:27 +01:00

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: ""