Skip to content

build(deps-dev): bump @bufbuild/protobuf from 1.7.2 to 1.10.0 in /ui #1429

build(deps-dev): bump @bufbuild/protobuf from 1.7.2 to 1.10.0 in /ui

build(deps-dev): bump @bufbuild/protobuf from 1.7.2 to 1.10.0 in /ui #1429

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
paths:
- '**.go'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: 'go.mod'
- name: Build UI
run: make ui
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: 'latest'