Skip to content

Merge pull request #13 from traPtitech/ras0q-patch-1 #34

Merge pull request #13 from traPtitech/ras0q-patch-1

Merge pull request #13 from traPtitech/ras0q-patch-1 #34

Workflow file for this run

name: CI
on:
push:
branches:
- "master"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- run: go mod download
- run: go build -v ./...