Skip to content

chore: Align runtime-watcher registry and make configurable #3483

chore: Align runtime-watcher registry and make configurable

chore: Align runtime-watcher registry and make configurable #3483

Workflow file for this run

name: Lint golangci
on:
pull_request:
branches:
- main
- feat/**
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.60.3
args: --verbose