mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-11-23 03:47:58 +01:00
Add luacheck workflow
This commit is contained in:
parent
fe9edc9000
commit
5f5994810c
11
.github/workflows/build.yml
vendored
Normal file
11
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
on: [push, pull_request]
|
||||||
|
name: build
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: lint
|
||||||
|
uses: Roang-zero1/factorio-mod-luacheck@master
|
||||||
|
with:
|
||||||
|
luacheckrc_url: ""
|
||||||
Loading…
Reference in New Issue
Block a user