Skip to content

Add linting step for rbx_dom_lua (#366) #1

Add linting step for rbx_dom_lua (#366)

Add linting step for rbx_dom_lua (#366) #1

Workflow file for this run

name: Luau Linting
on:
push:
branches: "master"
pull_request:
branches: "master"
paths: ["*.lua", "*.luau"]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ok-nick/[email protected]
- name: Run Selene
run: selene rbx_dom_lua/src
- name: Run StyLua
run: stylua rbx_dom_lua/src --check