Skip to content

Replace global by local tree id in call to t8_cmesh_get_attribute #1290

Replace global by local tree id in call to t8_cmesh_get_attribute

Replace global by local tree id in call to t8_cmesh_get_attribute #1290

Workflow file for this run

name: spell_check
on:
push:
branches:
- main
- feature-*CI* # for testing this script, all feature branches with "CI" in their name
pull_request:
workflow_dispatch: # Be able to trigger this manually on github.com
jobs:
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master