Skip to content

Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 #488

Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2

Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 #488

Workflow file for this run

name: codespell
on: [push, pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: errorprone,keypair,keypairs
skip: '*.patch,*.pdf'