Skip to content

test: Add smart contract e2e tests #192

test: Add smart contract e2e tests

test: Add smart contract e2e tests #192

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
- update-external-dependencies
- 'release/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
args: --timeout=30m