Skip to content

Commit

Permalink
try adding action
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 1, 2024
1 parent cf68e04 commit f0034a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- 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 f0034a2

Please sign in to comment.