Skip to content

Update Adyen/adyen-swift-public-api-diff action to v0.11.2 #6968

Update Adyen/adyen-swift-public-api-diff action to v0.11.2

Update Adyen/adyen-swift-public-api-diff action to v0.11.2 #6968

Workflow file for this run

name: Spell check
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
setup:
runs-on: macos-15
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Spell check
run: |
brew install mint
Scripts/spell_check.sh
env:
target_branch: ${{ github.event.pull_request.base.ref }}