Skip to content

Adding version comment to the info, can be used to find mismatch betw… #4

Adding version comment to the info, can be used to find mismatch betw…

Adding version comment to the info, can be used to find mismatch betw… #4

Workflow file for this run

name: Repo SemVer check
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0 # needed to get all tags
- uses: jessehouwing/actions-semver-checker@3cb8b94e8a9f14b89c86702e5c8c7c3d95559c5e # v1