Skip to content

Add Source/IO/ERF_SampleData.H to CMakeLists.txt #1010

Add Source/IO/ERF_SampleData.H to CMakeLists.txt

Add Source/IO/ERF_SampleData.H to CMakeLists.txt #1010

Workflow file for this run

name: codespell
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-codespell
cancel-in-progress: true
jobs:
codespell:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends python3-pip
pip3 install --user codespell
- name: Run codespell
run: codespell