We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7160c93 commit 410f9f9Copy full SHA for 410f9f9
1 file changed
.github/workflows/cla-check.yml
@@ -0,0 +1,12 @@
1
+name: cla-check
2
+
3
+on:
4
+ pull_request:
5
+ branches: [master]
6
7
+jobs:
8
+ cla-check:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Check if CLA signed
12
+ uses: canonical/has-signed-canonical-cla@v1
0 commit comments