Skip to content

Feat/post bookmark type #571

Feat/post bookmark type

Feat/post bookmark type #571

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
linter:
name: Spotless
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Spotless Check
run: ./gradlew spotlessCheck