1
1
mirror of https://github.com/nektos/act.git synced 2024-09-19 08:17:57 +03:00
act/.github/workflows
Yaroslav Halchenko 843cd94cc2
Add codespell support (config, workflow to detect/not fix) and make it fix few typos (#2296)
* 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>
2024-04-19 09:22:45 +00:00
..
.gitignore Mergify: configuration update (#659) 2021-05-04 14:57:33 -07:00
checks.yml build(deps): bump megalinter/megalinter from 7.9.0 to 7.10.0 (#2294) 2024-04-15 02:53:27 +00:00
codespell.yml Add codespell support (config, workflow to detect/not fix) and make it fix few typos (#2296) 2024-04-19 09:22:45 +00:00
promote.yml build(deps): bump actions/cache from 3 to 4 (#2163) 2024-04-10 12:55:24 +00:00
release.yml build(deps): bump actions/cache from 3 to 4 (#2163) 2024-04-10 12:55:24 +00:00
stale.yml build(deps): bump actions/stale from 8 to 9 (#2120) 2023-12-17 09:14:56 +00:00