Skip to content

Use colors and show amount of tick left during transitions #209

Use colors and show amount of tick left during transitions

Use colors and show amount of tick left during transitions #209

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install lua5.2
run: sudo apt-get install lua5.2
- name: lint
uses: mrcjkb/[email protected]
with:
checkLevel: Error
configpath: ".luarc.json"
- name: unit test
run: lua test-suite.lua -v
working-directory: tests