We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400ddf7 + 17c9f68 commit 91f826aCopy full SHA for 91f826a
2 files changed
.github/workflows/Build.yml
@@ -0,0 +1,12 @@
1
+name: Build
2
+on: [push, pull_request]
3
+jobs:
4
+ check:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - uses: actions/setup-java@v1
9
+ with:
10
+ java-version: '8'
11
+ - run: chmod +x gradlew
12
+ - run: ./gradlew check --info
README.md
@@ -1,5 +1,6 @@
# Ktor OpenAPI Generator
[](https://jitpack.io/#papsign/Ktor-OpenAPI-Generator)
+[](https://github.com/papsign/Ktor-OpenAPI-Generator/actions)
The Ktor OpenAPI Generator is a library to automatically generate the descriptor as you route your ktor application.
0 commit comments