Skip to content

build(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.2 #17

build(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.2

build(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.2 #17

Workflow file for this run

name: Lint
on:
push:
branches:
- "main"
pull_request:
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: |
README.*.md
docs/*.md
golang-lint:
name: golang-lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.23'
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.61