1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Extend .typos.toml to enforce american english (#7284)

More or less the same list we use at Rerun
This commit is contained in:
Emil Ernerfeldt
2025-07-01 15:54:00 +02:00
committed by GitHub
parent 737c61867b
commit 9d1dce51eb
6 changed files with 134 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# This script searches for the last CI run with your branch name, downloads the test_results artefact
# This script searches for the last CI run with your branch name, downloads the test_results artifact
# and replaces your existing snapshots with the new ones.
# Make sure you have the gh cli installed and authenticated before running this script.
# If prompted to select a default repo, choose the emilk/egui one