Skip to content

Bump dompurify from 3.1.0 to 3.1.7 in /webui #13083

Bump dompurify from 3.1.0 to 3.1.7 in /webui

Bump dompurify from 3.1.0 to 3.1.7 in /webui #13083

Workflow file for this run

name: Unit test Spark metadata client
on:
push:
paths:
- "clients/spark/**"
branches:
- master
pull_request:
jobs:
spark-metadata-client:
name: Unit test Spark metadata client
runs-on: ubuntu-22.04
steps:
- name: Check-out code
uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt-hotspot'
java-version: '8'
cache: 'sbt'
- name: validate format
working-directory: clients/spark
run: sbt scalafmtCheck
- name: run tests, validate and package
working-directory: clients/spark
run: sbt test "scalafix --check" package