Skip to content

Expand e2e tests to cover the true end-to-end flow (#267) #1162

Expand e2e tests to cover the true end-to-end flow (#267)

Expand e2e tests to cover the true end-to-end flow (#267) #1162

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1
proto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1