Skip to content

Format with ktlint #146

Format with ktlint

Format with ktlint #146

Workflow file for this run

name: Build Web
on:
push:
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop", "release/**", "hotfix/**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: mock keystore.properties
run: echo "releaseKeystorePath=mock" > keystore.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew html:buildJs