这是indexloc提供的服务,不要输入任何密码
Skip to content

feat: add get_photos_with_data for MCP #27

feat: add get_photos_with_data for MCP

feat: add get_photos_with_data for MCP #27

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn validate