Skip to content

feat: weight update #413

feat: weight update

feat: weight update #413

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.1'
- uses: golangci/[email protected]
with:
version: v1.64.4
gomod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.1'
- run: go mod tidy -diff