Skip to content

fix(sync): peer status set to known on sucessfull handshaking #1812

fix(sync): peer status set to known on sucessfull handshaking

fix(sync): peer status set to known on sucessfull handshaking #1812

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Checkout code
uses: actions/checkout@v3
- name: Installing golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/[email protected]
- name: Formatting and linting the project
run: make check