Skip to content

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.0 to 2.25.1 #622

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.0 to 2.25.1

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.0 to 2.25.1 #622

Workflow file for this run

name: linters
on: [push, pull_request]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for Protobuf programs
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: 'proto'
buf-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-lint-action@v1
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1