Files
alire-index-community/.github/workflows/main.yml
T
2020-11-18 08:23:25 +01:00

22 lines
422 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@latest-stable
- run: alr index --list
- run: alr index --add=. --name=local_index
- run: alr index --update-all
- run: alr list