Skip to content

feat(various): remove usage of deprecated match2 and match2game fields #5999

feat(various): remove usage of deprecated match2 and match2game fields

feat(various): remove usage of deprecated match2 and match2game fields #5999

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