Skip to content

Commit 79bbed8

Browse files
committed
fix licenses
1 parent 6544481 commit 79bbed8

File tree

17 files changed

+12
-1294
lines changed

17 files changed

+12
-1294
lines changed

.github/workflows/cron-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version-file: go.mod
1717
check-latest: true
18-
- run: make generate-license generate-gitignore
18+
- run: make generate-gitignore
1919
timeout-minutes: 40
2020
- name: push translations to repo
2121
uses: appleboy/[email protected]

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,6 @@ update-translations:
906906
mv ./translations/*.ini ./options/locale/
907907
rmdir ./translations
908908

909-
.PHONY: generate-license
910-
generate-license: ## update license files
911-
$(GO) run build/generate-licenses.go
912-
913909
.PHONY: generate-gitignore
914910
generate-gitignore: ## update gitignore files
915911
$(GO) run build/generate-gitignores.go

build/generate-licenses.go

Lines changed: 0 additions & 176 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)