Skip to content

UGRID-40: Provide script for cleaning unneeded docker images from remote registry #278

UGRID-40: Provide script for cleaning unneeded docker images from remote registry

UGRID-40: Provide script for cleaning unneeded docker images from remote registry #278

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"