Skip to content

⬆️ Bump com.diffplug.spotless from 6.18.0 to 6.22.0 #84

⬆️ Bump com.diffplug.spotless from 6.18.0 to 6.22.0

⬆️ Bump com.diffplug.spotless from 6.18.0 to 6.22.0 #84

Workflow file for this run

name: 🕵️
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Build & Test
run: ./gradlew clean build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}