Skip to content

add player controller. add debug window for testing. #17

add player controller. add debug window for testing.

add player controller. add debug window for testing. #17

Workflow file for this run

name: ci
on: [push]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: format code
run: tools/format_code.sh
- name: check diff
run: .github/format_check_diff.sh