Skip to content

fixed JSON-LD canonization; added client proto package to define governed constants for external clients #114

fixed JSON-LD canonization; added client proto package to define governed constants for external clients

fixed JSON-LD canonization; added client proto package to define governed constants for external clients #114

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ master ]
permissions:
contents: read
jobs:
golangci:
name: Golang Lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Perform Lint Operation
uses: golangci/golangci-lint-action@v2
with:
args: --timeout 10m
github-token: ${{ secrets.GITHUB_TOKEN }}
version: latest