Skip to content

Cherry pick of order CI workflows #25

Cherry pick of order CI workflows

Cherry pick of order CI workflows #25

Workflow file for this run

name: lint
on:
pull_request:
paths-ignore:
- '**.md'
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: ./.github/actions/setup-go
- uses: golangci/golangci-lint-action@v3
with:
version: latest