Skip to content

Commit 44044e7

Browse files
further changes done
hack restored code formatted env removed env removed code built code built
1 parent e91a3d8 commit 44044e7

59 files changed

Lines changed: 364 additions & 1230 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Ignore everything
2-
**
3-
4-
# Allow binary
5-
!/codeowners-validator
1+
.git
2+
.github
3+
docs
4+
hack
5+
tests
6+
bin
7+
coverage.txt

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/dependabot.yml

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

.github/pull-request-template.md

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

.github/workflows/actions_release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
tag:
77
description: "Tag for the release"
88
required: true
9-
# Uncomment if using yarn
10-
# script:
11-
# description: "Specify the build script to run"
12-
# required: true
13-
# type: string
149

1510
permissions:
1611
contents: read
@@ -25,4 +20,3 @@ jobs:
2520
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
2621
with:
2722
tag: "${{ github.event.inputs.tag }}"
28-
# script: "${{ github.event.inputs.script }}"

.github/workflows/audit_package.yml

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

.github/workflows/claude_review.yml

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

.github/workflows/codeql-analysis.yml

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

.github/workflows/guarddog.yml

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

0 commit comments

Comments
 (0)