Skip to content

fix: naming and formatting #81

fix: naming and formatting

fix: naming and formatting #81

Workflow file for this run

name: Build
on:
push:
branches:
- "*"
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- run: go build -v