Skip to content

namespace: edit CleanObjects [4.14] (#919) #3982

namespace: edit CleanObjects [4.14] (#919)

namespace: edit CleanObjects [4.14] (#919) #3982

Workflow file for this run

name: Makefile CI
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
- 'release-\d.\d\d'
jobs:
build:
runs-on: ubuntu-22.04
env:
SHELL: /bin/bash
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.20.11
- uses: actions/checkout@v3
- name: Run lint
run: make lint