1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2025-07-13 14:00:34 +02:00

update luacheck

This commit is contained in:
OgelGames
2021-01-14 14:54:56 +11:00
parent 0b5b18732a
commit 54afc348ee
2 changed files with 2 additions and 13 deletions

View File

@ -1,15 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@master
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install