Skip to content

Chunk by time to avoid the API's 1100-day limit -- and Refactor #37

Chunk by time to avoid the API's 1100-day limit -- and Refactor

Chunk by time to avoid the API's 1100-day limit -- and Refactor #37

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '21'
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew build