Skip to content

build(deps): bump actions/checkout from 5 to 6 #14

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #14

Workflow file for this run

name: Unit Testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run unit tests
run: |
make unit