Skip to content

Bump checkout and java actions from 4 to 5 #25

Bump checkout and java actions from 4 to 5

Bump checkout and java actions from 4 to 5 #25

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'