Skip to content

AUTHN-2322: Secure checkout on auth cancellation we reset & authentication release 3.1.0 #4615

AUTHN-2322: Secure checkout on auth cancellation we reset & authentication release 3.1.0

AUTHN-2322: Secure checkout on auth cancellation we reset & authentication release 3.1.0 #4615

Workflow file for this run

name: Spell check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
setup:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: n1hility/cancel-previous-runs@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Spell check
run: |
brew install mint
Scripts/spell_check.sh
env:
target_branch: ${{ github.event.pull_request.base.ref }}