Skip to content

Bump org.apache.xmlgraphics:batik-rasterizer-ext from 1.16 to 1.18 #25

Bump org.apache.xmlgraphics:batik-rasterizer-ext from 1.16 to 1.18

Bump org.apache.xmlgraphics:batik-rasterizer-ext from 1.16 to 1.18 #25

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: recursive
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected]
- name: Check changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
./gradlew clean run --args="verbose singleChainCheck $file"
done
- name: Build
run: |
./gradlew run