Skip to content

Commit

Permalink
test if this workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed Jun 6, 2024
1 parent 5d18b26 commit 59eab2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-python@v5.0.0
with:
cache: "pip"
python-version: "3.8"
- name: Install check-copyright
run: pip install git+https://github.com/espressif/check-copyright.git@master
- name: Check SPDX licenses
Expand All @@ -38,7 +39,7 @@ jobs:
exit 0
- name: Add PR comment
if: github.event_name == 'pull_request'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const output = process.env.clean_output;
Expand Down
5 changes: 2 additions & 3 deletions check_copyright_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ DEFAULT:
allowed_licenses:
- Apache-2.0
- MIT

license_for_new_files: Apache-2.0 # License to be used when inserting a new copyright notice

new_notice_python: |
Expand All @@ -25,8 +26,6 @@ ignore: # You can also select ignoring files here
perform_check: no # Don't check files from that block
include:
- .github/*
- __pycache__/*
- /CONTRIBUTING.md
- /MAINTAINERS.md
- /model_demos/cv_demos/yolo_v3/holli_src/*
- /model_demos/nlp_demos/falcon/utils/*
- ./model_demos/requirements-dev.txt

0 comments on commit 59eab2f

Please sign in to comment.