Skip to content

Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.5.0 #9

Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.5.0

Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.5.0 #9

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: EMTY,ans
skip: '*.png'