Skip to content

Merge pull request #5 from AlexFabre/feat/add-zephyr-compatibility #4

Merge pull request #5 from AlexFabre/feat/add-zephyr-compatibility

Merge pull request #5 from AlexFabre/feat/add-zephyr-compatibility #4

Workflow file for this run

# Code quality workflow
name: Tag version
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
Version:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- name: Run rever on itself
run: ./rever.sh -l
- name: Checking version
run: ci-script/check_rever_version.sh rever.sh version.h