Skip to content

ci: support spellcheck of markdown and rst files #1

ci: support spellcheck of markdown and rst files

ci: support spellcheck of markdown and rst files #1

Workflow file for this run

# ---------------------------------------------------------------------------
# CI workflows for MTDA
# ---------------------------------------------------------------------------
#
# This software is a part of MTDA.
# Copyright (C) 2023 Siemens Digital Industries Software
#
# ---------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------
name: Spellcheck Action
on:
push:
branches:
- master
- spellcheck
pull_request:
branches:
- master
- spellcheck
jobs:
build:
name: Spellcheck Markdown and ReStructuredText files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.34.0
name: Spellcheck