Skip to content

feat(tier4_state_rviz_plugin): change to read topic by polling #13192

feat(tier4_state_rviz_plugin): change to read topic by polling

feat(tier4_state_rviz_plugin): change to read topic by polling #13192

name: spell-check-partial
on:
pull_request:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
spell-check-partial:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
with:
cspell-json-url: https://github.com/raw/tier4/autoware-spell-check-dict/main/.cspell.json
local-cspell-json: .cspell.json
incremental-files-only: false