Skip to content

feat: change encrypted share fmt from bytes to hex #100

feat: change encrypted share fmt from bytes to hex

feat: change encrypted share fmt from bytes to hex #100

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Get Dependencies
run: go get -v -t -d ./...
- name: Prepare
run: make lint-prepare
- name: Lint
run: make lint