You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-29 14:01:15 +03:00
Use libraries-repository-engine to validate registry
This commit is contained in:
3
.github/workflows/check-registry.yml
vendored
3
.github/workflows/check-registry.yml
vendored
@ -44,5 +44,8 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: 3.x
|
||||
|
||||
- name: Install library-repository-engine
|
||||
run: go install github.com/arduino/libraries-repository-engine@latest
|
||||
|
||||
- name: Validate registry data file
|
||||
run: task registry:validate
|
||||
|
Reference in New Issue
Block a user