Skip to content

AT-1426 add workflow for automated license header update #478

AT-1426 add workflow for automated license header update

AT-1426 add workflow for automated license header update #478

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go build ./...