Skip to content

Adds CLA check to repo #1

Adds CLA check to repo

Adds CLA check to repo #1

Workflow file for this run

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