Skip to content

build(examples): move ktor example out of library build #36

build(examples): move ktor example out of library build

build(examples): move ktor example out of library build #36

Workflow file for this run

name: Tests (Library)
on:
push:
paths-ignore:
- 'docs/**'
- 'examples/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@v4
- name: Run Tests
run: ./gradlew check