diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 036b86b7c..6d863ee70 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -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/setup-copywrite@v1.1.2 - - - name: Check Header Compliance - run: copywrite headers --plan diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index aa7b6c572..221b68f03 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,3 +24,15 @@ jobs: with: version: v1.54 args: --timeout=20m0s + + license-check: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup Copywrite + uses: hashicorp/setup-copywrite@v1.1.2 + + - name: Check Header Compliance + run: copywrite headers --plan