Skip to content

refactor: Reduce coupling with Type (#119) #381

refactor: Reduce coupling with Type (#119)

refactor: Reduce coupling with Type (#119) #381

Workflow file for this run

name: Tests (Examples)
on:
push:
jobs:
ktor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
- name: Run Tests
run: ./gradlew check
working-directory: ./examples/ktor