Skip to content

hello-world, with scripts and workflows (#3) #3

hello-world, with scripts and workflows (#3)

hello-world, with scripts and workflows (#3) #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- uses: leafo/gh-actions-lua@8c9e175e7a3d77e21f809eefbee34a19b858641b
with:
luaVersion: 5.4
- uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248
- name: build
run: |
luarocks install busted
luarocks install moonscript
- name: test
run: |
bin/test-all