Skip to content

Commit

Permalink
add CLA check
Browse files Browse the repository at this point in the history
Check if Canonical's Contributor License Agreement has
been signed by the PR author(s).
  • Loading branch information
delgod committed Oct 6, 2023
1 parent 124eee2 commit 0e70241
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CLA check

on:
pull_request:
branches: [main]

jobs:
cla-check:
runs-on: ubuntu-22.04
steps:
- name: Check if Canonical's Contributor License Agreement has been signed
uses: canonical/has-signed-canonical-cla@v1

0 comments on commit 0e70241

Please sign in to comment.