Skip to content

fix: wrap app.viam.com link in anchor tag #2957

fix: wrap app.viam.com link in anchor tag

fix: wrap app.viam.com link in anchor tag #2957

Workflow file for this run

name: codespell
concurrency:
group: pullrequest-untrusted-codespell-${{ github.event.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]
jobs:
codespell:
name: runner / codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore
path: docs