Skip to content

build(deps): bump github.com/go-echarts/go-echarts/v2 from 2.4.3 to 2.4.4 #72

build(deps): bump github.com/go-echarts/go-echarts/v2 from 2.4.3 to 2.4.4

build(deps): bump github.com/go-echarts/go-echarts/v2 from 2.4.3 to 2.4.4 #72

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
check-latest: true
go-version: 'stable'
- name: Test
run: go test -v ./...
- name: build
run: go build
- name: show help
run: ./lesshero -h
- uses: golangci/golangci-lint-action@v6