Skip to content

Upd: improve index format #49

Upd: improve index format

Upd: improve index format #49

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install linters
run: |
sudo apt-get update
sudo apt-get install -y lua-check
- name: lint lua scripts
run: ./lint.sh