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>
|
||
|---|---|---|
| .. | ||
| hashfiles | ||
| res | ||
| testdata | ||
| action.go | ||
| action_cache.go | ||
| action_cache_offline_mode.go | ||
| action_cache_test.go | ||
| action_composite.go | ||
| action_test.go | ||
| command.go | ||
| command_test.go | ||
| container_mock_test.go | ||
| expression.go | ||
| expression_test.go | ||
| job_executor.go | ||
| job_executor_test.go | ||
| local_repository_cache.go | ||
| logger.go | ||
| reusable_workflow.go | ||
| run_context.go | ||
| run_context_test.go | ||
| runner.go | ||
| runner_test.go | ||
| step.go | ||
| step_action_local.go | ||
| step_action_local_test.go | ||
| step_action_remote.go | ||
| step_action_remote_test.go | ||
| step_docker.go | ||
| step_docker_test.go | ||
| step_factory.go | ||
| step_factory_test.go | ||
| step_run.go | ||
| step_run_test.go | ||
| step_test.go | ||