Skip to content

Fix round booster count and error in setup screen with 4 players in total #102

Fix round booster count and error in setup screen with 4 players in total

Fix round booster count and error in setup screen with 4 players in total #102

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- experimental/**
- master
pull_request:
branches-ignore:
- experimental/**
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: brdgm/github-action-build@v1
with:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}