Skip to content

feat: JSON from and to JUON (JS URL Object Notation) #84

feat: JSON from and to JUON (JS URL Object Notation)

feat: JSON from and to JUON (JS URL Object Notation) #84

Workflow file for this run

name: pull request
env:
# This is to make sure Maven don't timeout fetching dependencies. See: https://github.com/actions/virtual-environments/issues/1499
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.httpconnectionManager.ttlSeconds=125
on: [ pull_request ]
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: zulu
cache: maven
- name: Build and test
run: mvn clean install --batch-mode --no-transfer-progress