Skip to content

feat: Introduce enum Valuable interface in Java (box/box-codegen#594) #63

feat: Introduce enum Valuable interface in Java (box/box-codegen#594)

feat: Introduce enum Valuable interface in Java (box/box-codegen#594) #63

name: spell-check-lint
on:
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: arjankowski/box-sdk-spellchecker
token: ${{ secrets.MY_TOKEN }}
path: spellchecker
- name: Execute spellchecker
uses: ./spellchecker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}