Skip to content

Commit

Permalink
chore: Added support forks by spellchecker (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski committed Feb 18, 2022
1 parent 055a740 commit f249972
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/spell-check-lint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: spell-check-lint
on:
pull_request:
pull_request_target:
types: [opened, synchronize, edited]
branches:
- main
jobs:
spellcheck-request-title:
runs-on: ubuntu-latest
steps:
- name: Checkout current repository
uses: actions/checkout@v2
- name: Checkout spellchecker
uses: actions/checkout@v2
with:
ref: refs/heads/main
repository: box/box-sdk-spellchecker
token: ${{ secrets.DISPATCH_ACCESS_TOKEN }}
path: spellchecker
- name: Execute spellchecker
uses: ./
uses: ./spellchecker

0 comments on commit f249972

Please sign in to comment.