Skip to content

Commit

Permalink
Update license.yml (#41)
Browse files Browse the repository at this point in the history
* Update license.yml

* changelog update

* Update license.yml

Co-authored-by: Faiyaz Hasan <[email protected]>
  • Loading branch information
scottwn and FyzHsn authored Oct 6, 2022
1 parent 5933876 commit a208395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: Check Python dependencies license names and type
id: license_check_report
uses: pilosus/action-pip-license-checker
uses: pilosus/action-pip-license-checker@main
with:
requirements: "requirements.txt"
fail: "Copyleft,Error,Other"
exclude: "^(pylint|aio[-_]*).*"
exclude: "^(pylint|aio[-_]*|covalent).*"
with-totals: true
table-headers: true
- name: Print report
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Operations

- Add ref to license checker path

## [0.15.1] - 2022-10-06

### Fixed
Expand Down

0 comments on commit a208395

Please sign in to comment.