Skip to content

feat(svg-editor): draw text-edit caret + selection on the HUD #1005

feat(svg-editor): draw text-edit caret + selection on the HUD

feat(svg-editor): draw text-edit caret + selection on the HUD #1005

Workflow file for this run

name: typos
on:
push:
branches:
- main
pull_request:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@master
continue-on-error: true