Skip to content

feat: 🔧 A round of updates and some small changes (#10) #37

feat: 🔧 A round of updates and some small changes (#10)

feat: 🔧 A round of updates and some small changes (#10) #37

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build
run: |
go mod download
go build -v ./...