Skip to content

Merge pull request #53 from greywolf1499:feature/book-info-dialog #99

Merge pull request #53 from greywolf1499:feature/book-info-dialog

Merge pull request #53 from greywolf1499:feature/book-info-dialog #99

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Luacheck
uses: lunarmodules/luacheck@v1
with:
args: . --config .luacheckrc