Skip to content

【Openatom Foundation Game】Automated Dubbo framework and protocol performance benchmark Benchmark mechanism and platform #2120

【Openatom Foundation Game】Automated Dubbo framework and protocol performance benchmark Benchmark mechanism and platform

【Openatom Foundation Game】Automated Dubbo framework and protocol performance benchmark Benchmark mechanism and platform #2120

Workflow file for this run

name: License Check
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check License
uses: apache/skywalking-eyes@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}