Skip to content

Relay monitor add pr quality check #1

Relay monitor add pr quality check

Relay monitor add pr quality check #1

Workflow file for this run

# Copyright 2020 ChainSafe Systems
# SPDX-License-Identifier: LGPL-3.0-only
name: Pull Request
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- 'main'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.20.5
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.56.2
args: --timeout=5m