Skip to content

Include realm name if it's off-realm #139

Include realm name if it's off-realm

Include realm name if it's off-realm #139

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.lua'
pull_request:
paths:
- '**.lua'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run luacheck
uses: nebularg/actions-luacheck@v1
with:
annotate: warning
args: --no-color