a5980b01bf
* New crate name check, plus reusable workflow * Touch libhello to trigger tests * Give explicit name to reusable workflow
15 lines
269 B
YAML
15 lines
269 B
YAML
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}}
|