godot/.github/workflows
Rémi Verschelde 9deaac5c60
CI: Use gh-cli for changed files, and workaround codespell skip list bug
For PRs, this should give a more accurate list, as the previous method would
diff to the tip of the `master` branch, which could include new commits (and
thus changed files) not present in the PR branch.

codespell's `--skip` option doesn't work at all with folders when used
together with an explicit list of paths to work with, so let's not use it.

(cherry picked from commit b3bb92ae5e)
2023-05-12 13:56:49 +02:00
..
android_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
ios_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
linux_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
macos_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
runner.yml CI: Speed up static checks by checking only changed files 2023-04-26 14:18:38 +02:00
static_checks.yml CI: Use gh-cli for changed files, and workaround codespell skip list bug 2023-05-12 13:56:49 +02:00
web_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
windows_builds.yml [ci/windows] remove obsolete 'tools' in the name 2023-04-07 17:44:39 +02:00