Skip to content

fix: fixed typo for jackdelahunt owner (#1273) #18

fix: fixed typo for jackdelahunt owner (#1273)

fix: fixed typo for jackdelahunt owner (#1273) #18

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- incubation
- main
- master
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test