mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
chore: setup as reusable workflow
This commit is contained in:
15
.github/workflows/spellcheck-trigger.yml
vendored
Normal file
15
.github/workflows/spellcheck-trigger.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user