We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd5213 commit 8bf855eCopy full SHA for 8bf855e
2 files changed
.github/workflows/spellcheck-trigger.yml
.github/workflows/spellcheck-reusable.yml .github/workflows/spellcheck.yml.github/workflows/spellcheck-reusable.yml renamed to .github/workflows/spellcheck.yml
@@ -1,11 +1,12 @@
1
-name: Spell Check Reusable
+name: Spell Check
2
3
on:
4
- workflow_call:
5
- inputs:
6
- branch:
7
- required: true
8
- type: string
+ push:
+ branches-ignore:
+ - main
+ pull_request:
9
10
11
jobs:
12
spellcheck:
@@ -15,8 +16,6 @@ jobs:
15
16
# Checkout the branch that triggered the workflow
17
- name: Checkout branch
18
uses: actions/checkout@v3
- with:
19
- ref: ${{ inputs.branch }}
20
21
# Pull latest cspell files from main to keep them in sync
22
- name: Pull cspell config and dictionary from main
0 commit comments