Skip to content

Bump the go_modules group with 7 updates #615

Bump the go_modules group with 7 updates

Bump the go_modules group with 7 updates #615

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