Skip to content

Commit

Permalink
Add CLA check
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Nov 20, 2023
1 parent a97d506 commit 71425b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check if CLA is signed
on:
pull_request_target:

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

0 comments on commit 71425b5

Please sign in to comment.