stripped_tree/.github/workflows/build.yml

17 lines
327 B
YAML
Raw Permalink Normal View History

2020-11-05 01:28:13 +01:00
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
- name: luacheck run
run: $HOME/.luarocks/bin/luacheck ./