mirror of https://github.com/teverse/teverse
Compare commits
No commits in common. "ed5dae7849dec459d2f2190b460ee564ff4c80c5" and "1d42fdff0c0d718a182e3db4ac92bbd4b6017bc5" have entirely different histories.
ed5dae7849
...
1d42fdff0c
|
@ -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" \;
|
|
|
@ -1 +0,0 @@
|
||||||
br0ken lua()
|
|
Loading…
Reference in New Issue