Drop custom recipe python-zstandard, kconfiglib; use upstream package from Ubuntu Noble; disable sd-mux-ctrl build from ubuntu noble #186
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# CI workflows for MTDA | |
# --------------------------------------------------------------------------- | |
# | |
# This software is a part of MTDA. | |
# Copyright (C) 2025 Siemens AG | |
# | |
# --------------------------------------------------------------------------- | |
# SPDX-License-Identifier: MIT | |
# --------------------------------------------------------------------------- | |
name: Spellcheck | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- v* | |
pull_request: | |
types: [ labeled ] | |
jobs: | |
build: | |
name: Spellcheck Markdown and ReStructuredText files | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: rojopolis/spellcheck-github-actions@v0 | |
name: Spellcheck | |
with: | |
config_path: .github/spellcheck_config.yml |