democratech / 2022

4 stars 2 forks source link

Fix the targets of the ansible-lint GitHub Action to use a globbing pattern instead of a list of files #55

Open jerome-caucat opened 3 years ago

jerome-caucat commented 3 years ago

In our ansible-lint GitHub Action the use of a globbing pattern was temporarily disabled because of a bug in the dependency ansible-lint-action#30.

Instead of a generic globbing pattern we are currently using a list of files that needs to be kept updated, this is not practical.

As soon as ansible-lint-action#30 is fixed we should re-enable the globbing pattern.