Skip to content

Fixes in datacollector for new dune-vtk version #287

Fixes in datacollector for new dune-vtk version

Fixes in datacollector for new dune-vtk version #287

Workflow file for this run

# SPDX-FileCopyrightText: 2022 The dune-iga developers [email protected]
# SPDX-License-Identifier: CC0-1.0
name: codespell
on: [push,pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_file: codespellignore