Skip to content

Add discord to readme #96

Add discord to readme

Add discord to readme #96

Workflow file for this run

name: Test
on: push
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Install Lua
uses: leafo/gh-actions-lua@master
with:
luaVersion: 5.1
- name: Run test case
run: lua ./tests.lua --Linux --CI