mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
change don't to doesn't (#356)
This commit is contained in:
@@ -25,11 +25,11 @@ inputs:
|
|||||||
default: false
|
default: false
|
||||||
required: true
|
required: true
|
||||||
skip-pkg-cache:
|
skip-pkg-cache:
|
||||||
description: "if set to true then the action don't cache or restore ~/go/pkg."
|
description: "if set to true then the action doesn't cache or restore ~/go/pkg."
|
||||||
default: false
|
default: false
|
||||||
required: true
|
required: true
|
||||||
skip-build-cache:
|
skip-build-cache:
|
||||||
description: "if set to true then the action don't cache or restore ~/.cache/go-build."
|
description: "if set to true then the action doesn't cache or restore ~/.cache/go-build."
|
||||||
default: false
|
default: false
|
||||||
required: true
|
required: true
|
||||||
runs:
|
runs:
|
||||||
|
|||||||
Reference in New Issue
Block a user