moreblocks/.github/workflows/build.yml

20 lines
503 B
YAML
Raw Normal View History

name: build
2022-06-12 03:17:41 +02:00
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
2022-06-13 06:16:20 +02:00
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
2022-06-13 06:16:20 +02:00
- name: luacheck moreblocks
2022-06-13 06:17:37 +02:00
run: $HOME/.luarocks/bin/luacheck -q ./moreblocks
2022-06-13 06:17:37 +02:00
- name: luacheck stairsplus (expected to fail until more work is done)
run: $HOME/.luarocks/bin/luacheck -q ./stairsplus