Skip to content

update docker compose command syntax #28

update docker compose command syntax

update docker compose command syntax #28

Workflow file for this run

name: luacheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- 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 ./