Skip to content

Bump fast-xml-parser from 4.2.4 to 4.2.5 in /template #43

Bump fast-xml-parser from 4.2.4 to 4.2.5 in /template

Bump fast-xml-parser from 4.2.4 to 4.2.5 in /template #43

name: CI - Develop/Next/Main
on:
pull_request:
branches: [ develop, next, main ]
paths:
- template/**/*
jobs:
run_lint:
uses: ./.github/workflows/w-run-linters.yml
run_test:
if: ${{ success() }}
uses: ./.github/workflows/w-run-tests.yml
needs: [ run_lint ]