Skip to content

fix(match2): Prevent premature return in match legacy on AoE #5901

fix(match2): Prevent premature return in match legacy on AoE

fix(match2): Prevent premature return in match legacy on AoE #5901

Workflow file for this run

name: Resources Code Style
on: [pull_request, workflow_dispatch]
jobs:
# Test Resources
test-resources:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run test
run: npm run test