Skip to content

feat: ボールプレイスメント壁際処理の改善とシナリオテスト追加 #2779

feat: ボールプレイスメント壁際処理の改善とシナリオテスト追加

feat: ボールプレイスメント壁際処理の改善とシナリオテスト追加 #2779

Workflow file for this run

name: code amount
on:
workflow_dispatch:
pull_request:
jobs:
code-amount:
runs-on: ubuntu-latest
steps:
- name: install cloc
run: sudo apt-get install -y cloc
- name: Check out repository
uses: actions/checkout@v5
- name: Run cloc
run: cloc . --vcs=git