Skip to content

test pipeline command on single branch #1

test pipeline command on single branch

test pipeline command on single branch #1

Workflow file for this run

name: Check config.xml version
on:
push:
branches:
- 'feature/PLUG-155'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Compare version tag with config.xml plugin version

Check failure on line 11 in .github/workflows/check-version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-version.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
run: [[ "v$(xmlstarlet sel -t -v '//config/default/payment/truelayer/version' ./etc/config.xml)" == $(git describe --tags --abbrev=0 | tr -d '\n') ]]