Skip to content

Bump versions of org.apache.maven.plugins:maven-shade-plugin and mave… #32

Bump versions of org.apache.maven.plugins:maven-shade-plugin and mave…

Bump versions of org.apache.maven.plugins:maven-shade-plugin and mave… #32

Workflow file for this run

name: codespell
on: [push, pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: EMTY,ans
skip: '*.png'