Skip to content

Restructured repository #107

Restructured repository

Restructured repository #107

Workflow file for this run

# This file is part of pydidas.
#
# Copyright 2024, Helmholtz-Zentrum Hereon
# SPDX-License-Identifier: CC-BY-4.0
#
# This workflow will check the formatting of the newly pushed commits
# to verify that all files are corretly formatted.
name: Check version tags are consistent
on:
pull_request:
branches: [ "master" ]
jobs:
check_version_tags:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install GitPython
- name: Check version tags
run: |
python formatter.py --version