Skip to content

refactor: decouple HTTP and WebSocket engines #992

refactor: decouple HTTP and WebSocket engines

refactor: decouple HTTP and WebSocket engines #992

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./gradlew checkstyleMain checkstyleTest checkWithCodenarc runUnitTests