GitHub actions
- Cyclic job dependency
Detects cyclic dependencies for jobs in GitHub workflow YML file.
- Invalid action parameters
Reports the absence of mandatory parameters that do not have a default value for an action.
- Standard library functions validation
Reports invalid GitHub Actions Expression language standard library function calls For more information on GitHub Actions Expression language, see the GitHub documentation.
- Undefined action parameters
Reports the presence of parameters which are not defined in an action.
- Undefined action reference
Detects unresolved action references in GitHub action and workflow files.
- Undefined job dependency
Detects dependencies to undefined Jobs in GitHub workflow YML file.
Last modified: 11 September 2024