Skip to content

add readme when prepacking #3490

add readme when prepacking

add readme when prepacking #3490

Workflow file for this run

name: Go Lint
on:
- push
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- run: ./dev/go-lint.sh