Skip to content

Commit

Permalink
🧹 update license check
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Oct 5, 2023
1 parent 9fca0b5 commit 1f0dff6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,3 @@ jobs:
remote-organization-name: mondoohq
branch: 'main'
allowlist: mondoo-tools,github-actions[bot],dependabot[bot]

license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Copywrite
uses: hashicorp/[email protected]

- name: Check Header Compliance
run: copywrite headers --plan
19 changes: 19 additions & 0 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: License Check

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Copywrite
uses: hashicorp/[email protected]

- name: Check Header Compliance
run: copywrite headers --plan

0 comments on commit 1f0dff6

Please sign in to comment.