We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3260669 commit 534eb2bCopy full SHA for 534eb2b
.github/workflows/check-registry.yml
@@ -44,5 +44,8 @@ jobs:
44
repo-token: ${{ secrets.GITHUB_TOKEN }}
45
version: 3.x
46
47
+ - name: Install library-repository-engine
48
+ run: go install github.com/arduino/libraries-repository-engine@latest
49
+
50
- name: Validate registry data file
51
run: task registry:validate
Taskfile.yml
@@ -175,8 +175,7 @@ tasks:
175
deps:
176
- task: go:build
177
cmds:
178
- - |
179
- "{{.DEFAULT_GO_MODULE_PATH}}/validate-registry" registry.txt
+ - libraries-repository-engine check-registry registry.txt
180
181
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-yaml-task/Taskfile.yml
182
yaml:lint:
0 commit comments