Skip to content

doc: fix instructions for OSCYank integration #71

doc: fix instructions for OSCYank integration

doc: fix instructions for OSCYank integration #71

Workflow file for this run

name: lint
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Setup luacheck
run: |
sudo apt update &&
sudo apt install -y lua5.1 luarocks &&
sudo luarocks install luacheck
- name: Run luacheck
run: |