Skip to content

Update ktor monorepo to v2.3.13 #289

Update ktor monorepo to v2.3.13

Update ktor monorepo to v2.3.13 #289

name: CI - Pull Request Validation
on:
push:
branches:
- main
- release/*
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- main
- release/*
- feature/*
- bugfix/*
workflow_dispatch:
jobs:
pull-request-validation:
runs-on: ubuntu-latest
concurrency:
group: validation-${{ github.head_ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Build
run: kotlinc src/main/kotlin/github-action-orchestrator.main.kts -Xallow-any-scripts-in-source-roots