Skip to content

Harden wav, flac, and aifc parsing #14

Harden wav, flac, and aifc parsing

Harden wav, flac, and aifc parsing #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
java: ['17', '21']
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: maven
- name: Build and verify
run: mvn -B clean verify