Skip to content

[CP-127] add exchange v2 support #277

[CP-127] add exchange v2 support

[CP-127] add exchange v2 support #277

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master, dev]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- uses: pre-commit/action@v2.0.2