Skip to content

Made it so that when you updated a single icon/svg it doesn't delete … #7

Made it so that when you updated a single icon/svg it doesn't delete …

Made it so that when you updated a single icon/svg it doesn't delete … #7

Workflow file for this run

name: Validate illustrations
on:
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate icons and EHLDs
run: |
docker run --rm \
-v ${{ github.workspace }}/icons:/data/icons \
-v ${{ github.workspace }}/ehld:/data/ehld \
public.ecr.aws/reactome/illustration-validator:latest \
java -jar ./target/illustration-validator-jar-with-dependencies.jar \
-e false \
-d /data/icons \
-s /data/ehld