Skip to content

Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0 (#645) #920

Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0 (#645)

Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0 (#645) #920

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: leafo/gh-actions-lua@6919171ccf181b826f44b9bca76307b577217377
with:
luaVersion: 5.4
- uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389
- name: build
run: |
luarocks install busted
- name: test
run: |
bin/test-all