Skip to content

Commit 6b63c23

Browse files
authored
Merge pull request #173 from NHSDigital/remove-lines-of-code
Remove report on lines of code
2 parents f445267 + 19b61fe commit 6b63c23

File tree

3 files changed

+0
-175
lines changed

3 files changed

+0
-175
lines changed

.github/actions/create-lines-of-code-report/action.yaml

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

.github/workflows/stage-1-commit.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,6 @@ jobs:
7373
fetch-depth: 0 # Full history is needed to compare branches
7474
- name: "Check English usage"
7575
uses: ./.github/actions/check-english-usage
76-
count-lines-of-code:
77-
name: "Count lines of code"
78-
runs-on: ubuntu-latest
79-
permissions:
80-
id-token: write
81-
contents: read
82-
timeout-minutes: 2
83-
steps:
84-
- name: "Checkout code"
85-
uses: actions/checkout@v4
86-
- name: "Count lines of code"
87-
uses: ./.github/actions/create-lines-of-code-report
88-
with:
89-
build_datetime: "${{ inputs.build_datetime }}"
90-
build_timestamp: "${{ inputs.build_timestamp }}"
91-
idp_aws_report_upload_account_id: "${{ secrets.IDP_AWS_REPORT_UPLOAD_ACCOUNT_ID }}"
92-
idp_aws_report_upload_region: "${{ secrets.IDP_AWS_REPORT_UPLOAD_REGION }}"
93-
idp_aws_report_upload_role_name: "${{ secrets.IDP_AWS_REPORT_UPLOAD_ROLE_NAME }}"
94-
idp_aws_report_upload_bucket_endpoint: "${{ secrets.IDP_AWS_REPORT_UPLOAD_BUCKET_ENDPOINT }}"
9576
scan-dependencies:
9677
name: "Scan dependencies"
9778
runs-on: ubuntu-latest

scripts/reports/create-lines-of-code-report.sh

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

0 commit comments

Comments
 (0)