Skip to content

tests: add output to ExampleBuilder #235

tests: add output to ExampleBuilder

tests: add output to ExampleBuilder #235

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.0