File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
repo-token : ${{ secrets.GITHUB_TOKEN }}
45
45
version : 3.x
46
46
47
+ - name : Install library-repository-engine
48
+ run : go install github.com/arduino/libraries-repository-engine@latest
49
+
47
50
- name : Validate registry data file
48
51
run : task registry:validate
Original file line number Diff line number Diff line change @@ -172,11 +172,8 @@ tasks:
172
172
173
173
registry:validate :
174
174
desc : Validate registry data file
175
- deps :
176
- - task : go:build
177
175
cmds :
178
- - |
179
- "{{.DEFAULT_GO_MODULE_PATH}}/validate-registry" registry.txt
176
+ - libraries-repository-engine check-registry registry.txt
180
177
181
178
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-yaml-task/Taskfile.yml
182
179
yaml:lint :
You can’t perform that action at this time.
0 commit comments