mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
reimplement github action in typescript
This commit is contained in:
13
src/deps.d.ts
vendored
Normal file
13
src/deps.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
declare module "setup-go/lib/main" {
|
||||
function run(): Promise<void>
|
||||
}
|
||||
|
||||
declare module "cache/lib/restore" {
|
||||
function run(): Promise<void>
|
||||
export default run
|
||||
}
|
||||
|
||||
declare module "cache/lib/save" {
|
||||
function run(): Promise<void>
|
||||
export default run
|
||||
}
|
||||
Reference in New Issue
Block a user