Skip to content

Commit

Permalink
Add license CI checks
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jun 9, 2023
1 parent fdbd9f7 commit 8da557d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Check License Lines
on: [push, pull_request]

jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check License Lines
uses: kt3k/[email protected]
7 changes: 7 additions & 0 deletions .licenserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"adi/*.py": [
"# Copyright (C) 2019-2023 Analog Devices, Inc.",
"#",
"# SPDX short identifier: ADIBSD"
]
}

0 comments on commit 8da557d

Please sign in to comment.