New check author workflow (#808)

* New check author workflow

* Fix checkout of alire-index-checks
This commit is contained in:
Alejandro R Mosteo
2023-05-11 12:40:08 +02:00
committed by GitHub
parent 83405d459a
commit 03f6b7c0be
2 changed files with 39 additions and 5 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Check Index
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up stable `alr`
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v2
with:
version: 1.2.2
- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
uses: alire-project/setup-alire@v2
with:
branch: master
- run: alr index --list
- run: alr index --add=. --name=local_index
# Check index contents for unknown config variables
- run: alr index --check
- run: alr index --update-all
- run: alr search --crates