Ignore internal Actions
This commit is contained in:
parent
125ff5530c
commit
d427c89ed7
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ import javascript
|
||||||
*/
|
*/
|
||||||
class ActionDeclaration extends File {
|
class ActionDeclaration extends File {
|
||||||
ActionDeclaration() {
|
ActionDeclaration() {
|
||||||
getRelativePath().matches("%/action.yml")
|
getRelativePath().matches("%/action.yml") and
|
||||||
|
// Ignore internal Actions
|
||||||
|
not getRelativePath().matches(".github/actions/%")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue