atuin/.github/workflows
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
..
codespell.yml chore(ci): Add codespell support (config, workflow) and make it fix some typos (#1916) 2024-04-05 15:51:57 +01:00
docker.yaml Checkout repo so the manifest publish step can read git (#1314) 2023-10-19 22:21:24 +01:00
nix.yml some simple server tests (#1096) 2023-07-27 09:34:13 +01:00
release.yaml feat(nushell): add nushell completion generation (#1791) 2024-02-29 11:08:32 +00:00
rust.yml chore(ci): setup nextest (#1848) 2024-03-10 19:07:23 +00:00
shellcheck.yml Update CI action steps (#814) 2023-03-28 21:44:23 +01:00
update-nix-deps.yml feat(nix): add update action (#1779) 2024-02-26 14:53:12 +00:00