Skip to content

Add link for "Buy Me a Coffee" #420

Add link for "Buy Me a Coffee"

Add link for "Buy Me a Coffee" #420

Workflow file for this run

name: Autostyle
on: [push, pull_request]
jobs:
autostlye:
name: "Spotless"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Check
run: ./gradlew spotlessCheck -x kspKotlin -x kspTestKotlin -PspotlessRatchet=false