Create build-backend.yml

This commit is contained in:
julien Lengrand-Lambert
2022-08-19 15:29:46 +02:00
committed by GitHub
parent a3aa4214be
commit d4e886f118

27
.github/workflows/build-backend.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Kotlin CI with Gradle
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build