Skip to content

MK8S-183: Refactor to conform to DESIGN.md #28

MK8S-183: Refactor to conform to DESIGN.md

MK8S-183: Refactor to conform to DESIGN.md #28

Workflow file for this run

name: "Pre Merge"
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@v9
with:
version: v2.5.0
test:
uses: ./.github/workflows/test.yaml
secrets: inherit