Skip to content

v3.0: New modular, more compatible data format, new API, better UX #80

v3.0: New modular, more compatible data format, new API, better UX

v3.0: New modular, more compatible data format, new API, better UX #80

Workflow file for this run

# Carry out tests on pull requests
name: PR Tests
on:
pull_request:
branches: [ 'master' ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Test Pull Request
uses: gradle/gradle-build-action@v2
with:
arguments: test