Skip to content

feat: Redesign Gateway CRD with configuration options #26

feat: Redesign Gateway CRD with configuration options

feat: Redesign Gateway CRD with configuration options #26

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Clone the code
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5.4.0
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v7
with:
version: v2.1.5