Skip to content

Merge pull request #13 from pcvolkmer/features/9_hrd-score #65

Merge pull request #13 from pcvolkmer/features/9_hrd-score

Merge pull request #13 from pcvolkmer/features/9_hrd-score #65

Workflow file for this run

name: Go test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test