File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# Ktor OpenAPI Generator
2
2
[ ![ ] ( https://jitpack.io/v/papsign/Ktor-OpenAPI-Generator.svg )] ( https://jitpack.io/#papsign/Ktor-OpenAPI-Generator )
3
+ [ ![ Build] ( https://github.com/papsign/Ktor-OpenAPI-Generator/workflows/Build/badge.svg )] ( https://github.com/papsign/Ktor-OpenAPI-Generator/actions )
3
4
4
5
The Ktor OpenAPI Generator is a library to automatically generate the descriptor as you route your ktor application.
5
6
You can’t perform that action at this time.
0 commit comments