Skip to content

Document the CLA requirement in README.md #34

Document the CLA requirement in README.md

Document the CLA requirement in README.md #34

Workflow file for this run

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
with:
accept-existing-contributors: true