Skip to content

Fix generate_base_runnable in setup.py to make a custom input interface available for each player #30

Fix generate_base_runnable in setup.py to make a custom input interface available for each player

Fix generate_base_runnable in setup.py to make a custom input interface available for each player #30

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 }}