Skip to content

feat: implement auto formatted release notes #1489

feat: implement auto formatted release notes

feat: implement auto formatted release notes #1489

Workflow file for this run

on: [push, pull_request]
name: Golang test
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest] # macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
# - run: go test ./...