Skip to content

fix: game_outfit custom compatible with canary ( Familiar, outfit/mount in store) #2466

fix: game_outfit custom compatible with canary ( Familiar, outfit/mount in store)

fix: game_outfit custom compatible with canary ( Familiar, outfit/mount in store) #2466

Workflow file for this run

---
name: Tests - Lua
on:
pull_request:
push:
branches:
- main
jobs:
job:
name: Run Lua Tests
runs-on: ubuntu-latest
steps:
- name: Update
run: sudo apt-get update
- name: Setup Lua
run: sudo apt-get install -y lua5.1 liblua5.1-0-dev
- name: Check out code.
uses: actions/checkout@main