actions: add cla-check

This commit is contained in:
Dan Bungert 2021-09-09 16:32:32 -06:00
parent e661b08905
commit f563ab0839
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