Skip to content

feat(svg-editor): set_opacity command + host-owned digit→opacity shortcut #1010

feat(svg-editor): set_opacity command + host-owned digit→opacity shortcut

feat(svg-editor): set_opacity command + host-owned digit→opacity shortcut #1010

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