Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

refactor(plan): adopt wire-style variable naming (field name, type fa… #44

refactor(plan): adopt wire-style variable naming (field name, type fa…

refactor(plan): adopt wire-style variable naming (field name, type fa… #44

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
tags:
- "v*"
pull_request:
branches:
- "**"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version: "1.26"
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.12.1
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version: "1.26"
- name: Run tests
run: make test