Skip to content

chore(deps): bump System.IdentityModel.Tokens.Jwt from 6.13.1 to 6.34.0 in /Box.V2.Core #260

chore(deps): bump System.IdentityModel.Tokens.Jwt from 6.13.1 to 6.34.0 in /Box.V2.Core

chore(deps): bump System.IdentityModel.Tokens.Jwt from 6.13.1 to 6.34.0 in /Box.V2.Core #260

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