Skip to content

Commit

Permalink
ci: add reusable action for checking version
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Peder Meldgaard <[email protected]>
  • Loading branch information
JenspederM committed Jan 3, 2025
1 parent a72409c commit 2570b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
name: Check for changes and post bump comment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Version
uses: ./.github/actions/check_version
with:
Expand Down

0 comments on commit 2570b86

Please sign in to comment.