Skip to content

feat(schema/network): add NetworkType fields to distinguish types of… #105

feat(schema/network): add NetworkType fields to distinguish types of…

feat(schema/network): add NetworkType fields to distinguish types of… #105

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Checkout
uses: actions/checkout@v3
- name: GolangCI Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2