Update rockspec and lua scripts #306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | | |
cd filters; luarocks init; luarocks test --prepare | |
- name: Run tests and linters | |
run: | | |
cd filters; luarocks test |