Skip to content

chore: update actions and kotlin dependency #61

chore: update actions and kotlin dependency

chore: update actions and kotlin dependency #61

Workflow file for this run

name: Build
on:
push:
branches:
- dev
pull_request:
branches:
- dev
- int
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17
- uses: gradle/actions/setup-gradle@v4
with:
gradle-version: release-candidate
- run: ./gradlew check