Skip to content

Update styler argument in _create_echo_runnable_by_player and _create_echo_runnable_by_system #22

Update styler argument in _create_echo_runnable_by_player and _create_echo_runnable_by_system

Update styler argument in _create_echo_runnable_by_player and _create_echo_runnable_by_system #22

name: On Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
uses: ./.github/workflows/pytest-workflow-call.yaml
with:
git-ref: ${{ github.ref }}
static-type-check:
uses: ./.github/workflows/static-type-check-workflow-call.yaml
with:
git-ref: ${{ github.ref }}
code-style-check:
uses: ./.github/workflows/code-style-check-workflow-call.yaml
with:
git-ref: ${{ github.ref }}