Skip to content

Oauth consolidation: bugs in revoking and reauthorizing #1128

Oauth consolidation: bugs in revoking and reauthorizing

Oauth consolidation: bugs in revoking and reauthorizing #1128

Workflow file for this run

name: CI
permissions:
contents: read
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform: ["linux", "darwin", "windows"]
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up QEMU
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Lint
run: make lint-${{ matrix.platform }}
- name: Tests
if: matrix.platform == 'linux'
run: make test
- name: Build
run: make docker-mcp-${{ matrix.platform }}