Merge pull request #1043 from dbungert/cla

actions: add cla-check
This commit is contained in:
Michael Hudson-Doyle 2021-09-10 12:00:45 +12:00 committed by GitHub
commit 1f49f0285e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
.github/workflows/cla-check.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
name: cla-check
on: [pull_request]
jobs:
cla-check:
runs-on: ubuntu-20.04
steps:
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1