Skip to content

fix(tests): Ensure test namespace is labeled and cleaned up properly #52

fix(tests): Ensure test namespace is labeled and cleaned up properly

fix(tests): Ensure test namespace is labeled and cleaned up properly #52

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.5.0
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8.0.0
with:
version: v2.1.6