Skip to content

Update module github.com/modelcontextprotocol/registry to v1.6.0 #185

Update module github.com/modelcontextprotocol/registry to v1.6.0

Update module github.com/modelcontextprotocol/registry to v1.6.0 #185

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc.
# SPDX-License-Identifier: Apache-2.0
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
test:
name: Test
uses: ./.github/workflows/test.yml
secrets: inherit
license-headers:
name: License Headers
uses: ./.github/workflows/license-headers.yml
security:
name: Security
# TODO: Add security-events: write once repo is public
uses: ./.github/workflows/security.yml