Skip to content

update figure

update figure #389

Workflow file for this run

name: Lint by GolangCI LInt
on:
pull_request:
push:
tags:
- v*
branches:
- main
jobs:
golangci:
name: GolongCI Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2