Skip to content

fix(gitlab): make sure entire project path is shown (#392) #1438

fix(gitlab): make sure entire project path is shown (#392)

fix(gitlab): make sure entire project path is shown (#392) #1438

Workflow file for this run

name: Building
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "^1.15.5"
- name: Build
run: go build main.go