Skip to content

Provide a helper method to wrap an ArrayBufferView #10

Provide a helper method to wrap an ArrayBufferView

Provide a helper method to wrap an ArrayBufferView #10

Workflow file for this run

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK 21
id: setup-java-21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build and test with Maven
run: mvn -V -B -ntp -U -e verify