Skip to content

Fix to use IntegerParser for th16 #2290

Fix to use IntegerParser for th16

Fix to use IntegerParser for th16 #2290

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
tags-ignore:
- 'v*'
pull_request:
jobs:
build:
strategy:
matrix:
configuration: [Debug, Release]
target-framework: [net8.0-windows, net9.0-windows]
uses: ./.github/workflows/_build.yml
with:
python-version: '3.x'
dotnet-configuration: ${{ matrix.configuration }}
dotnet-target-framework: ${{ matrix.target-framework }}
artifact-name: 'ThScoreFileConverter.${{ matrix.configuration }}.${{ matrix.target-framework }}'
secrets: inherit