Skip to content

Fix cache not being repopulated after being cleared + add license hea… #15

Fix cache not being repopulated after being cleared + add license hea…

Fix cache not being repopulated after being cleared + add license hea… #15

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Check format
run: ./gradlew spotlessCheck