Skip to content

Normalize prefixed animation maps #34

Normalize prefixed animation maps

Normalize prefixed animation maps #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno install # materialize node_modules (phaser) so tsc can resolve types
- run: deno task ci