Skip to content

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 in /tools/galaxyLibrary/project/GalaxyLib #602

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 in /tools/galaxyLibrary/project/GalaxyLib

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 in /tools/galaxyLibrary/project/GalaxyLib #602

Workflow file for this run

name: Check XML
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
concurrency:
group: checkxml-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Check Syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify XML files
uses: Ahli/verify-xml-action@v2
with:
path: ""
file-endings: ".xml,.SC2Components, DocumentInfo, .SC2Style, SC2Layout, .StormComponents, .StormLayout, .StormStyle, .StormCutscene, .SC2Cutscene"