Skip to content

Fixing mapper 4 for some games #92

Fixing mapper 4 for some games

Fixing mapper 4 for some games #92

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: yarn
- run: yarn build
- run: yarn test