mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
glob (#268)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class SearchState {
|
||||
readonly path: string
|
||||
readonly level: number
|
||||
|
||||
constructor(path: string, level: number) {
|
||||
this.path = path
|
||||
this.level = level
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user