You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a temporary fix, we are configured action lint like the following:
diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml
index a39d21a43..f575486fb 100644
--- a/.github/actionlint.yaml
+++ b/.github/actionlint.yaml
@@ -7,6 +7,7 @@ self-hosted-runner:
- ubuntu-22.04-4core
- ubuntu-22.04-8core
- ubuntu-22.04-64core
+ - runner=64cpu-linux-x64
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.
Is the runner=64cpu-linux-x64 your self-hosted runner? If so, please configure the label in actionlint.yml configuration file because actionlint doesn't know what label is setup.
Is the runner=64cpu-linux-x64 your self-hosted runner? If so, please configure the label in actionlint.yml configuration file because actionlint doesn't know what label is setup.
Thanks for that fast response. That's what we already did, we added the label 64cpu-linux-x64, but the key runner and the assignment operator = as well. That does not look correct. How to avoid this?
We did the following changes as suggested here:
As a temporary fix, we are configured action lint like the following:
Logs from the installation and run:
Maybe there is a better solution available?
The text was updated successfully, but these errors were encountered: