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
Add GitHub Actions workflow for linting YAML files
- This workflow ensures that any YAML files in the .github/workflows directory are checked for syntax and formatting issues using yamllint, and GitHub Actions-specific errors are caught using actionlint.
- This will help prevent issues related to incorrect workflows during pull requests.
- Added a reminder step to ensure contributors see a message to address all linting errors before merging the pull request.
0 commit comments