Skip to content

Merge pull request #1031 from ably/chore-rearange-code #1032

Merge pull request #1031 from ably/chore-rearange-code

Merge pull request #1031 from ably/chore-rearange-code #1032

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