Skip to content

Merge pull request #20 from Limmek/Limmek-patch-1 #42

Merge pull request #20 from Limmek/Limmek-patch-1

Merge pull request #20 from Limmek/Limmek-patch-1 #42

Workflow file for this run

name: Luacheck
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
run:
name: Luacheck
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--no-color -q"
- name: wow-lint
uses: davidcraig/[email protected]
with:
path-to-files: '*.lua'