Skip to content

feature/globus

feature/globus #995

Workflow file for this run

name: Build
on:
push:
branches: [ main, master, develop ]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build Git-DRS
run: make build
- name: Upload Git-DRS binary as artifact
uses: actions/upload-artifact@v4
with:
name: git-drs
path: git-drs