Skip to content

ci(spell-check): add urdf and xacro to .cspell.json (#111) #16

ci(spell-check): add urdf and xacro to .cspell.json (#111)

ci(spell-check): add urdf and xacro to .cspell.json (#111) #16

Workflow file for this run

name: spell-check
on:
workflow_dispatch:
push:
branches:
- main
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run spell check
uses: streetsidesoftware/cspell-action@v6
with:
config: .cspell.json
incremental_files_only: false