Skip to content

feat: Migrate widget metadata to MCP Apps standard #88

feat: Migrate widget metadata to MCP Apps standard

feat: Migrate widget metadata to MCP Apps standard #88

name: CI (PR)
on:
pull_request:
jobs:
code_checks:
name: Code checks
uses: ./.github/workflows/_check_code.yaml
pr_title_check:
name: PR title check
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}