Skip to content

refactor: Add Design.md to explain refactor #27

refactor: Add Design.md to explain refactor

refactor: Add Design.md to explain refactor #27

Workflow file for this run

name: "Pre Merge"
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@v9
with:
version: v2.5.0
test:
uses: ./.github/workflows/test.yaml
secrets: inherit