Skip to content

Commit

Permalink
ci: check for CLC in pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jun 5, 2024
1 parent ec9ff32 commit a583615
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-for-clc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check for CLC Confirmation
on:
pull_request:
types: [opened, synchronize, edited]

env:
checkbox: "I have read and agree with the [Contributor License Compromise](https://github.com/commune-os/weird/blob/main/CONTRIBUTING.md#contributor-license-compromise)."

jobs:
check_pull_request:
runs-on: ubuntu-latest
steps:
- name: Validate
uses: MatiBrond/github-actions-checkbox-check@0.0.2

0 comments on commit a583615

Please sign in to comment.