Skip to content

Commit

Permalink
both check inside one
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Aug 30, 2024
1 parent 587f057 commit 975b943
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/license_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install click
- name: Check src licenses
run: python license_checker_and_adder.py --path=../antarest/ --action=check-strict
working-directory: scripts
- name: Check test licenses
run: python license_checker_and_adder.py --path=../tests/ --action=check-strict
- name: Check licenses header
run: |
python license_checker_and_adder.py --path=../antarest/ --action=check-strict
python license_checker_and_adder.py --path=../tests/ --action=check-strict
working-directory: scripts

0 comments on commit 975b943

Please sign in to comment.