Skip to content

fix(deps): update ktor monorepo to v2.3.6 - autoclosed #692

fix(deps): update ktor monorepo to v2.3.6 - autoclosed

fix(deps): update ktor monorepo to v2.3.6 - autoclosed #692

Workflow file for this run

name: Test PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
- name: Build with Gradle
run: ./gradlew build