atuin/.github
Yaroslav Halchenko 28b0b490f9
chore(ci): Add codespell support (config, workflow) and make it fix some typos (#1916)
* Add github action to codespell main on push and PRs

* Add rudimentary codespell config

* ignore crate, inbetween etc

* [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* [DATALAD RUNCMD] Do interactive fixing of  leftover ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2024-04-05 15:51:57 +01:00
..
DISCUSSION_TEMPLATE update support template (#1340) 2023-10-26 20:35:30 +01:00
ISSUE_TEMPLATE chore: add section to issue form (#1873) 2024-03-13 14:01:37 +00:00
workflows chore(ci): Add codespell support (config, workflow) and make it fix some typos (#1916) 2024-04-05 15:51:57 +01:00
dependabot.yml chore: don't group deps (#1424) 2023-12-09 17:44:10 +00:00
FUNDING.yml chore: update funding (#1543) 2024-01-10 17:43:23 +00:00
pull_request_template.md docs: Create pull_request_template.md (#1632) 2024-01-26 16:18:58 +00:00