Skip to content

Don't paint portion of stroke obstructed by fill if a MaskedPaint is … #181

Don't paint portion of stroke obstructed by fill if a MaskedPaint is …

Don't paint portion of stroke obstructed by fill if a MaskedPaint is … #181

Workflow file for this run

name: Spotless
on: [push, pull_request]
jobs:
spotless:
name: "Spotless"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Check
run: ./gradlew spotlessCheck -PspotlessRatchet=false