8000 update billions main chainid · iden3/go-iden3-core@67c7d08 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Billions networks #194

Add Billions networks

Add Billions networks #194

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.6
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
0