Add support for annotations as an action input.

This commit is contained in:
Ashleigh Carr 2024-04-08 13:29:14 +01:00
parent 7a95fa7ee0
commit 2d3449ca18
No known key found for this signature in database
GPG key ID: 570A83001013E48B
8 changed files with 39 additions and 5 deletions

View file

@ -2,4 +2,7 @@ module.exports = {
extends: [
"@redhat-actions/eslint-config",
],
};
ignorePatterns: [
"src/generated/*"
]
};