Skip to content

Commit

Permalink
[CI] fix licence job
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 21, 2022
1 parent d5bd1b1 commit 891a10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:

- name: Run check
run: |
licenseheaders -t apache-2.tmpl -y $YEARS -o $OWNER -n MLonMCU -u $URL -d . -E $EXTENSIONS
test -z "$(git status --untracked-files=no --porcelain)" || (echo "Please check your license headers!" ; false) && echo "License check was successful."
licenseheaders -t apache-2.tmpl -y "${YEARS}" -o "${OWNER}" -n "${PROJECT}" -u "${URL}" -d . -E "${EXTENSIONS}"
test -z "$(git status --untracked-files=no --porcelain)" || (echo "Please check your license headers!" ; git status --untracked-files=no --porcelain ; false) && echo "License check was successful."
env:
OWNER: "TUM Department of Electrical and Computer Engineering"
PROJECT: "MLonMCU"
Expand Down

0 comments on commit 891a10a

Please sign in to comment.