Skip to content

Bump the actions group across 1 directory with 10 updates #1189

Bump the actions group across 1 directory with 10 updates

Bump the actions group across 1 directory with 10 updates #1189

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