feat: new crate name check, plus reusable workflow (#1935)

* New crate name check, plus reusable workflow

* Touch libhello to trigger tests

* Give explicit name to reusable workflow
This commit is contained in:
Alejandro R Mosteo
2026-05-25 13:22:57 +02:00
committed by GitHub
parent 80675a19fc
commit a5980b01bf
5 changed files with 88 additions and 39 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Check Crate Name
on:
pull_request:
paths:
- 'index/**.toml'
jobs:
check:
uses: ./.github/workflows/check-with-script.yml
with:
name: Crate Name
script: check-crate-name.sh
script_arg: ${{github.event.pull_request.title}}