Skip to content

feat: remote omni-chain call context: sender and chainID #3076

feat: remote omni-chain call context: sender and chainID

feat: remote omni-chain call context: sender and chainID #3076

Workflow file for this run

name: Linter
on:
push:
tags:
- '*'
pull_request:
concurrency:
group: linters-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 7
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
# - name: Install Pipeline Dependencies
# uses: ./.github/actions/install-dependencies
# - name: setup-git-credentials
# uses: de-vri-es/setup-git-credentials@v2.0.8
# with:
# credentials: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
skip-cache: false