This also adds a missing .actionlint.yml config file, copied from azure-native. The lint_workflows action currently has no effect without this file (example):
could not read config file ".actionlint.yml": open .actionlint.yml: no such file or directory
Preparation for https://github.com/pulumi/ci-mgmt/issues/1142.
This renames custom workflows to have an "eks-" prefix to prevent ci-mgmt from deleting them (similar to https://github.com/pulumi/pulumi-aws/pull/4418).
This also adds a missing
.actionlint.yml
config file, copied from azure-native. Thelint_workflows
action currently has no effect without this file (example):