Skip to content

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0 #247

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0 #247

Workflow file for this run

name: Spell Check
on:
push:
branches:
- '*'
pull_request:
jobs:
spell-check:
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm install -g cspell
- run: cspell "**/*.md"