Skip to content

clean up exampels

clean up exampels #7

Workflow file for this run

name: test
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
luaVersion: ["luajit"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}
- uses: leafo/gh-actions-luarocks@master
- name: build
run: |
luarocks install busted
luarocks install moonscript
luarocks make
- name: test
run: |
make test