Skip to content

Bump the actions group in /.github/workflows with 11 updates #1075

Bump the actions group in /.github/workflows with 11 updates

Bump the actions group in /.github/workflows with 11 updates #1075

Workflow file for this run

name: draft Unit Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: make
run: make run-unit-tests