Skip to content

feat: add NamespaceQueue CRD and generated code #8456

feat: add NamespaceQueue CRD and generated code

feat: add NamespaceQueue CRD and generated code #8456

Workflow file for this run

name: Licenses Lint
on:
push:
branches:
- master
tags:
pull_request:
permissions: read-all
jobs:
licenses-lint:
name: Licenses Lint
timeout-minutes: 40
runs-on: ubuntu-24.04
steps:
- name: Install Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: 1.25.x
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: generate license mirror
run: |
make licenses-check
- name: lint-licenses
# if restricted > 0, CI will report an error.
run: |
make lint-licenses