Skip to content

Fix URL parsing to handle URLDecodeException #364

Fix URL parsing to handle URLDecodeException

Fix URL parsing to handle URLDecodeException #364

Workflow file for this run

name: Tests
on: push
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v5
- name: Check
run: ./gradlew --no-daemon check