Skip to content

Commit

Permalink
test pipeline command on single branch
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 1, 2024
1 parent 1ed15d9 commit cf68e04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
run: [[ "v$(xmlstarlet sel -t -v '//config/default/payment/truelayer/version' ./etc/config.xml)" == $(git describe --tags --abbrev=0 | tr -d '\n') ]]

0 comments on commit cf68e04

Please sign in to comment.