Skip to content

Fixed graphql and catch all forward to react index.html #593

Fixed graphql and catch all forward to react index.html

Fixed graphql and catch all forward to react index.html #593

Workflow file for this run

name: Spotless Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Spotless check
run: ./gradlew spotlessCheck