Skip to content

fix: do not recreate Random each time #276

fix: do not recreate Random each time

fix: do not recreate Random each time #276

name: spell-check-lint
on:
pull_request_target:
types: [opened, synchronize, edited]
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: ./spellchecker