Skip to content

Bump actions/checkout from 3.6.0 to 4.0.0 (#392) #298

Bump actions/checkout from 3.6.0 to 4.0.0 (#392)

Bump actions/checkout from 3.6.0 to 4.0.0 (#392) #298

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: leafo/[email protected]
with:
luaVersion: 5.4
- uses: leafo/[email protected]
- name: build
run: |
luarocks install busted
- name: test
run: |
bin/test-all