Skip to content

feat(docs): standardize comments (#175) #241

feat(docs): standardize comments (#175)

feat(docs): standardize comments (#175) #241

Workflow file for this run

name: Release (Dev)
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- cmd/**
- internal/**
- pkg/**
- go.mod
- go.sum
- main.go
jobs:
Test:
uses: ./.github/workflows/test.yaml
permissions:
contents: read
Build:
uses: ./.github/workflows/build.yaml
permissions:
contents: write
packages: write
attestations: write
id-token: write
secrets: inherit
needs:
- Test
with:
snapshot: true