Skip to content

Thermal device features #213

Thermal device features

Thermal device features #213

Workflow file for this run

---
name: Check Spelling
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
jobs:
build:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Check Spelling
uses: codespell-project/actions-codespell@master
with:
check_filenames: true