Skip to content

Commit

Permalink
Handle code review feedback.
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr committed Nov 15, 2021
1 parent 7ba4290 commit 07842d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: |
export GO111MODULE=on
go get -u github.com/che-incubator/check-license-header@379ba18fdb906d341ae451ea155cc34f1c4b4f1a
go get -u github.com/google/addlicense@99ebc9c9db7bceb8623073e894533b978d7b7c8a
echo "[INFO] Check license headers."
FILES_TO_CHECK_LICENSE=$(find . \
-not -path "./tmp/*" \
Expand All @@ -54,7 +53,6 @@ jobs:
-not -path "./lib/*" \
\( -name "*.ts" -o -name "*.yaml" -o -name "*.yml" -o -name "*.sh" \))
LICENSE_TEMPLATE="${GITHUB_WORKSPACE}/license-header.txt"
LICENSE_TEMPLATE="${GITHUB_WORKSPACE}/hack/license-header.txt"
addlicense --check -f "${LICENSE_TEMPLATE}" ${FILES_TO_CHECK_LICENSE}
check-license-header -f "${LICENSE_TEMPLATE}" ${FILES_TO_CHECK_LICENSE}
13 changes: 0 additions & 13 deletions ambient.d.ts

This file was deleted.

File renamed without changes.

0 comments on commit 07842d2

Please sign in to comment.