PR #66: Start a workflow to check contributions

This commit is contained in:
Alejandro R Mosteo
2019-11-26 16:28:59 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.github/ @alire-project/alire-developers
+10
View File
@@ -0,0 +1,10 @@
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 }}"