Skip to content

First draft of BPMN Icon Extension #4

First draft of BPMN Icon Extension

First draft of BPMN Icon Extension #4

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
xmllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable annotations for XML validation errors and warnings
uses: korelstar/xmllint-problem-matcher@v1
- name: Validate example.bpmn using BPMN20.xsd
id: xmllint
uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: example.bpmn
xml-schema-file: BPMN/BPMN20.xsd