Skip to content

UI for Clickhouse column settings #5291

UI for Clickhouse column settings

UI for Clickhouse column settings #5291

Workflow file for this run

name: GolangCI-Lint
on:
pull_request:
branches: [main]
paths: [flow/**]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: [ubicloud-standard-4-ubuntu-2204-arm]
steps:
- uses: actions/checkout@v4
- name: generate or hydrate protos
uses: ./.github/actions/genprotos
- name: install lib-geos
run: |
sudo apt-get update
sudo apt-get install libgeos-dev
- uses: ubicloud/setup-go@v5
with:
go-version: '1.23.0'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
working-directory: ./flow
args: --timeout=10m