Skip to content

Merge pull request #15 from openhpi-cloud/renovate/github.com-atc0005… #38

Merge pull request #15 from openhpi-cloud/renovate/github.com-atc0005…

Merge pull request #15 from openhpi-cloud/renovate/github.com-atc0005… #38

Workflow file for this run

name: build
on:
push:
branches:
- "*"
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: make
- run: make test