Skip to content

Merge pull request #1290 from DLR-AMR/fix-remove_deprecated #2864

Merge pull request #1290 from DLR-AMR/fix-remove_deprecated

Merge pull request #1290 from DLR-AMR/fix-remove_deprecated #2864

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