chore: Refactor player name generation in DefaultGameMaster #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: On Push Branches | |
on: | |
push: | |
branches: | |
- "*" | |
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 }} |