Skip to content

Commit

Permalink
Merge d952cf7 into e05fc6e
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexanderr authored Aug 9, 2023
2 parents e05fc6e + d952cf7 commit 5292481
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/license-copyrights.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2023 Project CHIP Authors
# SPDX-License-Identifier: Apache-2.0

name: License Compliance (REUSE spec)
on:
push:
pull_request:

jobs:
licensing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: REUSE.software license lint
uses: fsfe/reuse-action@v1
with:
args: lint
continue-on-error: true

0 comments on commit 5292481

Please sign in to comment.