Skip to content

Add some LW items. #123

Add some LW items.

Add some LW items. #123

Workflow file for this run

name: Lint
# This workflow is triggered on pushes to the repository.
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: wow-lint
uses: davidcraig/action-wow-lint@v1.0.1
with:
path-to-files: 'main.lua src/**/main.lua src/**/**/*.lua'