Skip to content

feat: throw exception when trying to attach on released channel #799

feat: throw exception when trying to attach on released channel

feat: throw exception when trying to attach on released channel #799

Workflow file for this run

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