Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(wb): update to latest STM32CubeWB v1.24.0#1727

chore(wb): update to latest STM32CubeWB v1.24.0

chore(wb): update to latest STM32CubeWB v1.24.0 #1727

Workflow file for this run

name:codespell
on:
push:
branches:
-main
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
codespell:
name:Check for spelling errors
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v4
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
-name:Spell check
uses:codespell-project/actions-codespell@v2
with:
check_filenames:true
check_hidden:true
# In the event of a false positive, add the word in all lower case to this file:
ignore_words_file:./CI/codespell/.codespellignore
skip:./.git,./CI,./system/Drivers,./system/Middlewares

[8]ページ先頭

©2009-2025 Movatter.jp