Skip to content

fix: enforce max item tier in market operations (#3731) #15355

fix: enforce max item tier in market operations (#3731)

fix: enforce max item tier in market operations (#3731) #15355

Workflow file for this run

---
name: Tests - Lua
on:
pull_request:
merge_group:
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 libluajit-5.1-dev
- name: Check out code.
uses: actions/checkout@main