Skip to content

Migrate to kotlinx-io and ktor 3.0 (#280) #60

Migrate to kotlinx-io and ktor 3.0 (#280)

Migrate to kotlinx-io and ktor 3.0 (#280) #60

Workflow file for this run

name: Main CI
on:
push:
paths-ignore:
- samples/**
branches:
- master
jobs:
test:
uses: ./.github/workflows/run-tests.yml
publish:
needs: [ test ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit