This commit is contained in:
Rustam Tagaev
2024-04-12 11:34:21 +03:00
parent 35c352394f
commit e9e75e4567
2 changed files with 1 additions and 2 deletions

View File

@@ -28,4 +28,4 @@ jobs:
- name: Check license - name: Check license
uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@feature/DO-169/start_project uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@feature/DO-169/start_project
with: with:
exclude_pattern: -ignore "**/**.go" -ignore "**/**/**.ts" exclude_pattern: '-ignore "**/**.go" -ignore "**/**/**.ts"'

View File

@@ -12,4 +12,3 @@ echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files no has license:" echo "List of files no has license:"
echo "===================================" echo "==================================="
/app/addlicense -check "$1" . /app/addlicense -check "$1" .