Compare commits

..

No commits in common. "ed5dae7849dec459d2f2190b460ee564ff4c80c5" and "1d42fdff0c0d718a182e3db4ac92bbd4b6017bc5" have entirely different histories.

2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
name: Loadstring
# this could be modified to be more helpful when there's a headless teverse client
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
loadstring:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install LuaJIT
run: sudo apt-get install luajit -y
- name: Load all Lua files
run: |
echo ${{env.GITHUB_WORKSPACE}}
find ${{env.GITHUB_WORKSPACE}} -type f -name '*.lua' -exec echo "{}" \; -exec luajit -e "local loaded,res = loadfile('{}') if not loaded then print('Fail', res) os.execute('exit 1') end" \;

View File

@ -1 +0,0 @@
br0ken lua()