Pass lock metadata on uploads + use upstream EOS GRPC bindings #4893
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: | |
pull_request: | |
paths-ignore: | |
- "go.mod" | |
- "go.sum" | |
push: | |
branches: | |
- "*" | |
workflow_dispatch: | |
jobs: | |
lint: | |
runs-on: self-hosted | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Setup Go environment | |
uses: actions/setup-go@v4 | |
with: | |
go-version-file: go.mod | |
cache: false | |
- name: Run linters | |
run: make lint |