Skip to content

chore: run go mod tidy #6

chore: run go mod tidy

chore: run go mod tidy #6

Workflow file for this run

name: Test and Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- run: make test
- run: make build