Skip to content

Made BackpackItemAdded and BackpackItemRemoved events return 'slot' object #318

Made BackpackItemAdded and BackpackItemRemoved events return 'slot' object

Made BackpackItemAdded and BackpackItemRemoved events return 'slot' object #318

Workflow file for this run

name: CI
on:
pull_request:
paths:
- ".github/workflows/ci.yml"
- "**.luau"
push:
paths:
- ".github/workflows/ci.yml"
- "**.luau"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Selene
uses: CompeyDev/setup-rokit@v0.1.2
- name: Run Selene
run: selene src
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run StyLua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check src