Skip to content

chore(deps): bump dawidd6/action-download-artifact from 5 to 6 #1233

chore(deps): bump dawidd6/action-download-artifact from 5 to 6

chore(deps): bump dawidd6/action-download-artifact from 5 to 6 #1233

Workflow file for this run

# This workflow checks the code style
name: Spotless
on:
push:
branches:
- master
pull_request:
jobs:
# check code style
check:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'temurin'
java-version: 21
cache: 'gradle'
- name: Run Spotless
run: ./gradlew spotlessCheck