Skip to content

Add web socket interception example #196

Add web socket interception example

Add web socket interception example #196

Workflow file for this run

name: Check Examples
on: pull_request
jobs:
check:
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: oracle
- run: |-
./gradlew build