Skip to content

Commit

Permalink
ci: add Canonical CLA check
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Jul 15, 2024
1 parent 538f6b0 commit a526201
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CLA Check
on:
pull_request:
workflow_call:

jobs:
cla-check:
runs-on: ubuntu-20.04
steps:
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1

0 comments on commit a526201

Please sign in to comment.