Attempting to fix docs take #2 #5
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: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
# lint: | |
# name: Linting | |
# runs-on: ubuntu-22.04 | |
# steps: | |
# - name: Checkout Code | |
# uses: actions/checkout@v3 | |
# - uses: ok-nick/[email protected] | |
# name: Setup Aftman | |
# with: | |
# token: ${{ github.token }} | |
# - name: Lint | |
# run: | | |
# wally install | |
# rojo sourcemap default.project.json -o sourcemap.json | |
# curl -o roblox.d.lua https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/main/scripts/globalTypes.d.lua | |
# luau-lsp analyze ./src --sourcemap=./sourcemap.json --definitions=./roblox.d.lua | |
style: | |
name: Styling | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: JohnnyMorganz/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
version: latest | |
args: --check . |