Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Merge branch 'upstream-master' into cernbox #140

Merge branch 'upstream-master' into cernbox

Merge branch 'upstream-master' into cernbox #140

Workflow file for this run

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/[email protected]
with:
go-version-file: go.mod
- name: Run linters
run: make lint