mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-13 13:26:06 +00:00
Put all the MTG stuff in a modpack
This commit is contained in:
parent
38ae61c821
commit
d658fb18d7
736 changed files with 1 additions and 0 deletions
10
mods/mtg/controls/.github/workflows/luacheck.yml
vendored
Normal file
10
mods/mtg/controls/.github/workflows/luacheck.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Luacheck
|
||||
uses: lunarmodules/luacheck@master
|
||||
Loading…
Add table
Add a link
Reference in a new issue