Skip to content

Removed GH issue templates #76

Removed GH issue templates

Removed GH issue templates #76

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: roblox/setup-foreman@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: List installed foreman tools
run: foreman list
- name: Generate Roblox standards
run: selene generate-roblox-std
- name: Run Selene
run: selene ./src
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: roblox/setup-foreman@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: List installed foreman tools
run: foreman list
- name: Install Wally packages
run: wally install
- name: Build plugin
run: rojo build default.project.json -o PartToTerrain.rbxm