Skip to content

Feature/service response with metadata #1410

Feature/service response with metadata

Feature/service response with metadata #1410

Workflow file for this run

name: Spell Check
on:
- pull_request
- push
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
skip: ./.git,./extras/test/external,./src/lib,./src/libcanard,./src/libo1heap,./src/types,
ignore_words_file: extras/codespell-ignore-words-list.txt