Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 354 Bytes

File metadata and controls

20 lines (15 loc) · 354 Bytes

CLA Check

A reusable action to test that a contributor has agreed to a CLA by adding their username to the CONTRIBUTORS file in that repository.

Usage

name: CLA Check

on:
  pull_request_target:

jobs:
  cla_check:
    uses: MetOffice/growss/.github/workflows/cla-check.yaml@main
    # Optional
    with:
      runner: "ubuntu-24.04"