Skip to content

Fix memory watches triggering when non-memory AT-backend connects #23

Fix memory watches triggering when non-memory AT-backend connects

Fix memory watches triggering when non-memory AT-backend connects #23

Workflow file for this run

name: Codespell
on:
push:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
name: Find typos
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true