CI: Add separate contributors action (#2689)

This commit is contained in:
Wilson Snyder
2020-12-10 18:12:26 -05:00
committed by GitHub
parent 2998890647
commit 2df1b72ce2
3 changed files with 24 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
# DESCRIPTION: Github actions config
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
name: Contributor Agreement
on:
push:
pull_request:
workflow_dispatch:
jobs:
Test:
name: "'docs/CONTRIBUTORS' was signed"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: test_regress/t/t_dist_contributors.pl