File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
3
3
tasks :
4
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml
4
5
docs:gen :
5
6
desc : Generate command reference
6
7
dir : ./docsgen
Original file line number Diff line number Diff line change
1
+ // Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/docsgen/go.mod
1
2
module github.com/arduino/arduino-lint/docsgen
2
3
3
4
go 1.14
Original file line number Diff line number Diff line change 1
- // This file is part of arduino-cli.
1
+ // Source: https://github.com/ arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/docsgen/main.go
2
2
//
3
3
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
4
4
//
You can’t perform that action at this time.
0 commit comments