Skip to content

Commit 07e2cc8

Browse files
committed
Include goa generated files and remove check-headers.sh
Signed-off-by: Andres Tobon <andrest2455@gmail.com>
1 parent 10206ae commit 07e2cc8

File tree

22 files changed

+6618
-76
lines changed

22 files changed

+6618
-76
lines changed

.github/workflows/project-api-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jobs:
2121
with:
2222
go-version: stable
2323

24-
- name: Go Version
25-
run: go version
26-
27-
- name: Configure Git to clone private Github repos
28-
run: git config --global url."https://${TOKEN_USER}:${TOKEN}@github.com".insteadOf "https://github.com"
29-
env:
30-
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
31-
TOKEN_USER: ${{ secrets.PERSONAL_ACCESS_TOKEN_USER }}
32-
3324
- name: Download Dependencies
3425
run: make deps
3526
working-directory: cmd/project-api

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright The Linux Foundation and each contributor to LFX.
22
# SPDX-License-Identifier: MIT
33
bin/
4-
gen/
54
.env*
65

76
# Linter generated files

.gitleaks.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The Linux Foundation and each contributor to LFX.
2+
# SPDX-License-Identifier: MIT
13

24
title = "gitleaks config"
35

check-headers.sh

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)