Skip to content

add support for "domains.ns.getInfo" api method #35

add support for "domains.ns.getInfo" api method

add support for "domains.ns.getInfo" api method #35

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Check
run: make check
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.1
- name: Test
run: make test