Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(actionlint): exclude files with very large number of linter errors
1. There is a set of yaml workflow files that have to be removed prior to the action lint task because they have hundreds of unfixed errors that we didn't yet have time to address and the action lint github action has no easy way to ignore files unfortunately so the easiest way to achieve that is to wipe the fiels we don't want linting. This workaround caused a problem with the workflow reuse improvements we were recently trying to introduce. So now the way they get excluded is that we feed an explicit list of workflow files to the linter that we want to get linted and we exclued the problematic files from that list. 2. Also fixed on linter warning with the docker login action being outdated. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information