Skip to content

In PRNT chunks, write links in depth-first order (#411) #3

In PRNT chunks, write links in depth-first order (#411)

In PRNT chunks, write links in depth-first order (#411) #3

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/setup-aftman@v0.4.2
- name: Run Selene
run: selene rbx_dom_lua/src
- name: Run StyLua
run: stylua rbx_dom_lua/src --check