Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.0.5"
- uses: leafo/gh-actions-luarocks@v4
- name: build
run: |
luarocks install busted
luarocks make
- name: test
run: |
busted -o utfTerminal