Roblox Github Io Guide
- name: Lint Lua scripts run: luacheck src/**/*.lua
jobs: lint-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4
name: Docs Build
on: push: branches: [ main ]
<a href="https://www.roblox.com/games/1234567890/My-Game"> <img src="https://placehold.co/600x400?text=Play+My+Game" alt="Play My Game"> </a> For more interactive demos, use (beta) and embed it with an <iframe> : roblox github io
# Install Lua + luacheck - name: Set up Lua uses: leafo/gh-actions-lua@v10 with: luaVersion: "5.1"
- name: Install luacheck run: luarocks install luacheck - name: Lint Lua scripts run: luacheck src/**/*
on: push: branches: [ main ] pull_request: