Skip to content

Change type of InstanceBuilder.properties to Vec<(Ustr, Variant)> (#467) #78

Change type of InstanceBuilder.properties to Vec<(Ustr, Variant)> (#467)

Change type of InstanceBuilder.properties to Vec<(Ustr, Variant)> (#467) #78

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