Skip to content

Add missing Go and .NET SDK links to Related Repositories (#26) #48

Add missing Go and .NET SDK links to Related Repositories (#26)

Add missing Go and .NET SDK links to Related Repositories (#26) #48

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "17"
- name: Run Maven tests
run: mvn -B test