WIP
All checks were successful
run tests / check (push) Successful in 27s
run tests / release (push) Successful in 19s

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit c33b8aae0c
41 changed files with 2784 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
name: check if project is already released
on:
- pull_request
jobs:
unittest:
runs-on: action-runner
steps:
- uses: actions/checkout@v4
- uses: ./check-is-not-released