Skip to content

Merge pull request #2392 from c9s/c9s/xmaker/split-hedge-bestprice #7183

Merge pull request #2392 from c9s/c9s/xmaker/split-hedge-bestprice

Merge pull request #2392 from c9s/c9s/xmaker/split-hedge-bestprice #7183

Workflow file for this run

name: golang-lint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: 'v2.6'