Skip to content

chore(deps-dev): bump lint-staged from 16.1.2 to 16.2.5 #32

chore(deps-dev): bump lint-staged from 16.1.2 to 16.2.5

chore(deps-dev): bump lint-staged from 16.1.2 to 16.2.5 #32

Workflow file for this run

name: Lua
on:
push: {}
permissions:
id-token: write
contents: write
jobs:
LuaCheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Luacheck
uses: lunarmodules/[email protected]
with:
args: "init.lua lua/*"