Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Relock because of dependabot warnings #74

Relock because of dependabot warnings

Relock because of dependabot warnings #74

Workflow file for this run

name: Check if versions are consistent
on:
workflow_call:
pull_request:
jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.8.0
- name: Check Release
run: ./scripts/build/check_release.sh