Skip to content

Fix usage of spatial_filter_region_node_coordinates_in_pixels in test #28

Fix usage of spatial_filter_region_node_coordinates_in_pixels in test

Fix usage of spatial_filter_region_node_coordinates_in_pixels in test #28

Workflow file for this run

name: Codespell
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2