Add more checks with alr list
Running alr list on the local repository can help spot errors in the manifests.
This commit is contained in:
committed by
Fabien Chouteau
parent
2d5e6d3d1e
commit
c9e6b0d07f
@@ -8,3 +8,8 @@ jobs:
|
||||
- uses: alire-project/check-author@master
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- uses: alire-project/setup-alire@dev
|
||||
- run: alr index --list
|
||||
- run: alr index --add=. --name=local_index
|
||||
- run: alr index --update-all
|
||||
- run: alr list
|
||||
|
||||
Reference in New Issue
Block a user