Skip to content

Commit

Permalink
add CLA check (#284)
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).

Signed-off-by: Mykola Marzhan <[email protected]>
  • Loading branch information
delgod authored Oct 27, 2023
1 parent b0641cc commit acad0b2
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 acad0b2

Please sign in to comment.