Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

Add deprecation note (#11) #56

Add deprecation note (#11)

Add deprecation note (#11) #56

name: Check if pyproject.toml file is up to date
on: push
jobs:
static-code-analysis:
name: Check pyproject file
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout
uses: actions/checkout@v6
- name: Common steps
id: common
uses: ghga-de/gh-action-common@v7
with:
python-version: '3.13'
- name: Check pyproject.toml
id: check-pyproject
run: |
./scripts/update_pyproject.py --check