mirror of https://gitea.com/gitea/act_runner.git
* Add github action to codespell master on push and PRs
* Add codespell config with few custom skips
* [DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w -i 3 -C 2 ./pkg/common/git/git.go",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
* exclude pkg/runner/hashfiles/index.js
* [DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| testdata | ||
| DOCKER_LICENSE | ||
| container_types.go | ||
| docker_auth.go | ||
| docker_build.go | ||
| docker_cli.go | ||
| docker_cli_test.go | ||
| docker_images.go | ||
| docker_images_test.go | ||
| docker_logger.go | ||
| docker_network.go | ||
| docker_pull.go | ||
| docker_pull_test.go | ||
| docker_run.go | ||
| docker_run_test.go | ||
| docker_socket.go | ||
| docker_socket_test.go | ||
| docker_stub.go | ||
| docker_volume.go | ||
| executions_environment.go | ||
| host_environment.go | ||
| host_environment_test.go | ||
| linux_container_environment_extensions.go | ||
| linux_container_environment_extensions_test.go | ||
| parse_env_file.go | ||
| util.go | ||
| util_openbsd_mips64.go | ||
| util_plan9.go | ||
| util_windows.go | ||