Skip to content

fix(deps): update ktor monorepo to v3.1.0 (#196) #583

fix(deps): update ktor monorepo to v3.1.0 (#196)

fix(deps): update ktor monorepo to v3.1.0 (#196) #583

Workflow file for this run

name: Tests (Library)
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4
- name: Run Tests
run: ./gradlew check