New crate name check, plus reusable workflow

This commit is contained in:
Alejandro R. Mosteo
2026-05-22 17:09:50 +02:00
parent fd4a04f9e9
commit 17f2b68db5
4 changed files with 80 additions and 38 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Check Crate Name
on:
pull_request:
paths:
- 'index/**.toml'
jobs:
check:
uses: ./.github/workflows/check-with-script.yml
with:
script: check-crate-name.sh
script_arg: ${{github.event.pull_request.title}}