Skip to content

fix(command): ensure command output is logged regardless of log_level #304

fix(command): ensure command output is logged regardless of log_level

fix(command): ensure command output is logged regardless of log_level #304

Workflow file for this run

name: Lua lint and format
on:
push:
branches: [ "master" ]
paths:
- "lua/**"
pull_request:
branches: [ "master" ]
paths:
- "lua/**"
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint Lua
uses: lunarmodules/luacheck@v1