Files
alire-index-community/.github/workflows/main.yml
T
Fabien Chouteau c9e6b0d07f Add more checks with alr list
Running alr list on the local repository can help spot errors in the manifests.
2019-11-26 23:26:19 +01:00

16 lines
406 B
YAML

name: Check PR
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- 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