chore: setup as reusable workflow

This commit is contained in:
Dan Brodjieski
2025-09-15 14:59:46 -04:00
parent 293e164fa1
commit ba47288dbf

View File

@@ -0,0 +1,15 @@
name: Spell Check Trigger
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
call-spellcheck:
uses: ./.github/workflows/spellcheck-reusable.yml
with:
branch: ${{ github.ref_name }} # pass the current branch