Skip to content

Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0 #917

Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0

Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0 #917

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@8c9e175e7a3d77e21f809eefbee34a19b858641b
with:
luaVersion: 5.4
- uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389
- name: build
run: |
luarocks install busted
- name: test
run: |
bin/test-all