8000 fix: remove from index.yaml · obot-platform/tools@ab3730a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: replace gmail tool bundle with Gmail MCP server #658

feat: replace gmail tool bundle with Gmail MCP server

feat: replace gmail tool bundle with Gmail MCP server #658

Workflow file for this run

name: Test
permissions:
id-token: write
contents: read
on:
pull_request:
branches:
- main
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
- name: Run tests
run: make test
- name: Run build
run: make build
image-build:
runs-on: depot-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build Docker image
uses: depot/build-push-action@v1
with:
project: bbqjs4tj1g
context: .
platforms: linux/amd64,linux/arm64
target: tools
0