Registry / config / drone-drone-yaml

drone-drone-yaml

JSON →
library1.2.3gogounverified

Drone YAML provides parsing and validation for Drone CI pipeline configuration files.

go get github.com/drone/drone-yaml
INSTALL
IMPORT
SIG · DRONE-DRONE-YAML
D
drone-drone-yaml
configgov1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

yaml
github.com/drone/drone-yaml

Parse a Drone YAML pipeline config

package main import ( "fmt" "github.com/drone/drone-yaml" ) func main() { config, _ := yaml.ParseString("kind: pipeline\nname: default") fmt.Println(config) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Resources
drone-drone-yaml — go get drone-drone-yaml · libregistry