Skip to content

UGRID-40: Provide script for cleaning unneeded docker images from rem… #280

UGRID-40: Provide script for cleaning unneeded docker images from rem…

UGRID-40: Provide script for cleaning unneeded docker images from rem… #280

Workflow file for this run

name: Spell check
on:
push:
branches: [main]
pull_request:
jobs:
check:
name: Codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: "**/*.i"