Files
alire-index-community/.github/workflows/check-authorship.yml
T
Alejandro R Mosteo a5980b01bf 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
2026-05-25 13:22:57 +02:00

16 lines
284 B
YAML

name: Check Author
on:
pull_request:
paths:
- 'index/**.toml'
jobs:
check:
uses: ./.github/workflows/check-with-script.yml
with:
name: Author
script: check-author.sh
script_arg: ${{github.event.pull_request.user.login}}
setup_alr: true