'is there a way to disable github action check for self-hosted runner label check

**is there a way to disable github action check for self-hosted runner label check ** :

vagrant@xx:~$ cat .github/workflows/integ_tests_wc.yaml | sudo docker run --rm -i rhysd/actionlint:latest -color - <stdin>:79:28: label "ops" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]

Please avoid answering on how to created labels for self-hosted runner, Can we disable it, something similar to : #shellcheck disable=SC2086



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source