Skip to content

Disable remote end flaking test #493

Disable remote end flaking test

Disable remote end flaking test #493

Workflow file for this run

name: Run linters
on:
pull_request:
jobs:
check:
name: Run checks
runs-on: ubuntu-latest
steps:
- name: checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
shell: bash
run: |
make lint
make lint-generated