Skip to content

build(deps): bump actions/checkout from 4 to 6 #90

build(deps): bump actions/checkout from 4 to 6

build(deps): bump actions/checkout from 4 to 6 #90

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@v6
- name: Run Luacheck
uses: lunarmodules/luacheck@v1
with:
args: . --config .luacheckrc