Skip to content

Mary

Mary #6468

Workflow file for this run

name: Spell checking
on: [pull_request_target, push, issue_comment, pull_request_review_comment]
jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: check-spelling/check-spelling@prerelease
with:
experimental_apply_changes_via_bot: 1