Skip to content

Link to Homebrew and Poetry sites. Mention FFmpeg. #375

Link to Homebrew and Poetry sites. Mention FFmpeg.

Link to Homebrew and Poetry sites. Mention FFmpeg. #375

name: Lint & Test ReaScripts
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
luaVersion: ["5.3", "5.4"]
runs-on: ubuntu-latest
defaults:
run:
working-directory: reascripts/ReaSpeech
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.luaVersion }}
- uses: leafo/gh-actions-luarocks@v4
- name: setup
run: |
luarocks install luacheck
- name: test
run: |
make lint test-noversion SHELL=/bin/bash