Skip to content

Merge pull request #310 from Enapter/zmnv-fix-link-1 #418

Merge pull request #310 from Enapter/zmnv-fix-link-1

Merge pull request #310 from Enapter/zmnv-fix-link-1 #418

Workflow file for this run

name: Busted
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
busted:
name: Busted
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup β€˜lua’
uses: leafo/gh-actions-lua@v9
with:
luaVersion: 5.3
- name: Setup β€˜luarocks’
uses: leafo/gh-actions-luarocks@v4
- name: Run tests
run: ./.scripts/busted.sh