Skip to content

Bjj signature fix

Bjj signature fix #161

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