Skip to content

feat: ExchangeBinaryDownloads for hourly Lastra/Parquet streams (0.1.2) #7

feat: ExchangeBinaryDownloads for hourly Lastra/Parquet streams (0.1.2)

feat: ExchangeBinaryDownloads for hourly Lastra/Parquet streams (0.1.2) #7

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:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- run: mvn -B verify