Skip to content

Commit

Permalink
🧹 pin license check version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 28, 2023
1 parent 0713d2d commit 17f0b7f
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -24,15 +24,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
15 changes: 15 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ jobs:
- name: Lint packs
run: |
cnquery bundle validate .
license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Copywrite
uses: hashicorp/[email protected]
with:
version: v0.16.4

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

0 comments on commit 17f0b7f

Please sign in to comment.