Skip to content

add FileContentsLimit feature to file contents service #228

add FileContentsLimit feature to file contents service

add FileContentsLimit feature to file contents service #228

Workflow file for this run

name: Go Unit Test
# This workflow will build a golang project and run unit tests
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Get tags to allow the build script to get a build version
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: make build_amd
- name: Unit Test
run: make unit_test