Skip to content

Add unit test for function GenPrivKeyFromSeed #9

Add unit test for function GenPrivKeyFromSeed

Add unit test for function GenPrivKeyFromSeed #9

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/**
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.2"
- name: Run Linter
run: make lint