Start a workflow to check contributions

This commit is contained in:
Fabien Chouteau
2019-11-25 00:18:13 +01:00
committed by GitHub
parent 5dff06c4ff
commit 4fc3ce8d81
+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 }}"