Skip to content

Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 #283

Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0

Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 #283

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@v6
- uses: actions/setup-node@v6
with:
node-version: '16'
- run: npm install -g cspell
- run: cspell "**/*.md"