Skip to content

Tag and reference graphs #302

Tag and reference graphs

Tag and reference graphs #302

Workflow file for this run

name: Lua check
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: leafo/[email protected]
- uses: leafo/[email protected]
- name: Set up lua
run: |
luarocks install busted
luarocks install luacheck
- name: Lint with luacheck
run: |
cd filters; luacheck src/*.lua --std max+busted
- name: Test with busted
run: |
cd filters; busted src -p '.*.test.lua'