Update Author check workflow to use stable alr (#207)
This commit is contained in:
committed by
GitHub
parent
4d13e62af7
commit
e786d63c1c
@@ -5,11 +5,17 @@ jobs:
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user