File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 repo-token : ${{ secrets.GITHUB_TOKEN }}
4545 version : 3.x
4646
47+ - name : Install library-repository-engine
48+ run : go install github.com/arduino/libraries-repository-engine@latest
49+
4750 - name : Validate registry data file
4851 run : task registry:validate
Original file line number Diff line number Diff line change @@ -172,11 +172,8 @@ tasks:
172172
173173 registry:validate :
174174 desc : Validate registry data file
175- deps :
176- - task : go:build
177175 cmds :
178- - |
179- "{{.DEFAULT_GO_MODULE_PATH}}/validate-registry" registry.txt
176+ - libraries-repository-engine check-registry registry.txt
180177
181178 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-yaml-task/Taskfile.yml
182179 yaml:lint :
You can’t perform that action at this time.
0 commit comments