Skip to content

fix: take gravity into consideration when calculating selection coordinates on Android #898

fix: take gravity into consideration when calculating selection coordinates on Android

fix: take gravity into consideration when calculating selection coordinates on Android #898

Workflow file for this run

name: 🧙 Check spell
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spellcheck:
runs-on: ubuntu-latest
name: 🔍 spellcheck
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*"
root: "."
config: "./cspell.json"
inline: error
strict: true
use_cspell_files: false
incremental_files_only: false