Add SpatialQuery #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lua linting | |
on: [push, pull_request] | |
jobs: | |
selene-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup foreman | |
uses: rojo-rbx/setup-foreman@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name : Selene - Update definitions | |
run: | | |
selene update-roblox-std | |
- name : Selene - Useful Modules | |
run: | | |
selene "Useful Modules/" |