Skip to content

fix(BuiltInObjects): inlcude all BuiltInObjects in usecase #381

fix(BuiltInObjects): inlcude all BuiltInObjects in usecase

fix(BuiltInObjects): inlcude all BuiltInObjects in usecase #381

Workflow file for this run

name: Lint
on:
push:
branches:
- "master"
pull_request:
jobs:
golangci:
name: lint
strategy:
matrix:
go-version: [1.21.5]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint