Skip to content

Commit ba47288

Browse files
committed
chore: setup as reusable workflow
1 parent 293e164 commit ba47288

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Spell Check Trigger
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- main
7+
pull_request:
8+
branches-ignore:
9+
- main
10+
11+
jobs:
12+
call-spellcheck:
13+
uses: ./.github/workflows/spellcheck-reusable.yml
14+
with:
15+
branch: ${{ github.ref_name }} # pass the current branch

0 commit comments

Comments
 (0)