Skip to content

Attempting to fix docs take #2 #5

Attempting to fix docs take #2

Attempting to fix docs take #2 #5

Workflow file for this run

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 .